Skip to content
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

implement sidebar in react ^16.13.1 #3929

Closed
dulangaheshan opened this issue Apr 7, 2020 · 4 comments · Fixed by #3988
Closed

implement sidebar in react ^16.13.1 #3929

dulangaheshan opened this issue Apr 7, 2020 · 4 comments · Fixed by #3988
Labels

Comments

@dulangaheshan
Copy link

dulangaheshan commented Apr 7, 2020

I tried to implement Dimmed sidebar component as mentioned in this example

as the example code i installed @stardust-ui/docs-components npm package

after i run the react app it shows Module not found: Can't resolve 'prettier/parser-babylon' error
so i tried to find solution or npm package to solve that issue i can't find it

Version

"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"@stardust-ui/docs-components": "^0.40.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",

@welcome
Copy link

welcome bot commented Apr 7, 2020

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@wendulem
Copy link

I changed prettier/parser-babylon into parser-babel (since that's what's in the prettier directory) but to no avail.

@tomtom87
Copy link

got the same problem here

@layershifter
Copy link
Member

I updated examples in #3988 to avoid usage of knobs and replaced them with React.useState() calls. As there is no longer dependency on @stardust-ui/docs-components you should not have such issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants