You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't find any tutorials or completed documents.
I can't import any component on my React project. And I also didn't find any tutorial or some relevant things. I saw the stories, but just one line of code, such as: () => <SecondsStockChart dateTimeFormat="%H:%M:%S" />, I couldn't import any components from this library. Hope you guys can make a completed demonstration.
The text was updated successfully, but these errors were encountered:
Your missing your lib folder that the packages call for to export them
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib",
"src"
],
on almost all packages look in your charts/lib you see all the errors. From your root direct. cd into packages run npm install"THIS MIGHT WORK AND JUST UPDATE THEM ALL I DID THEM ALL INDIVIDUALLY" refresh AND THE ERRORS SHOULD BE GONE AND YOULL SEE YOUR LIB FOLDERS in axes, annotations, what ever has the errors. Npm install stories, charts, something like this
npm install react-inspector@latest --save
ps. i never took a coding class just a guy who likes to learn if you only had one package what would you do ? here you have multiple so i'm not saying i'm doing this the right way cause again i'm self taught but at least this should give you some idea on how to approach it i got stories up and running!!! [email protected]
@storybook/[email protected]
npm @8.194 windows vs code
I'm submitting a...
I didn't find any tutorials or completed documents.
I can't import any component on my React project. And I also didn't find any tutorial or some relevant things. I saw the stories, but just one line of code, such as:
() => <SecondsStockChart dateTimeFormat="%H:%M:%S" />
, I couldn't import any components from this library. Hope you guys can make a completed demonstration.The text was updated successfully, but these errors were encountered: