-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: storybook local environment #2038
Conversation
✅ Deploy Preview for regen-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1cebca4
to
6759b36
Compare
d3cc365
to
b4c2252
Compare
patches/fsevents+2.3.2.patch
Outdated
function getFileType(flags) { | ||
if (events.ItemIsFile & flags) return "file"; | ||
if (events.ItemIsDir & flags) return "directory"; | ||
+ if (events.MustScanSubDirs & flags) return "directory"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more information about this change see this issue: vitejs/vite#14043
The storybook restart issue in local was related to the dependency fsevents
used in chodikar
(the file watcher used in storybook). The issue has been fixed in the latest version of fsevents
but this version seems incompatible on linux atm so we're patching the dependency with the fix in the meantime.
There's still an issue with the wallet connection. |
Issue mentioned above was not related to the PR, will be fixed here: #2058 |
5ff6831
to
daced29
Compare
New fix here: #2066 |
daced29
to
0a3d236
Compare
@regen-network/rnd-dev-team the PR is ready for review again. |
0a3d236
to
6287cad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Storybook works back again normally in local dev, thanks!
Description
Closes: #1974
fix:
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
How to test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...