-
Notifications
You must be signed in to change notification settings - Fork 37
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
Render without any style,And there is a warning #217
Comments
@bulentozdil I had a similar problem and was able to add styles by following this example: json-schema-viewer/.storybook/preview.jsx Lines 20 to 29 in e620432
I am also running into the error:
|
Hi Spotlight team, the theming (or even just getting default styles to display) aspect of using this module seems a little tricky and undocumented - some insight would be great. I realise that Mosaic appears to be a deliberately unlicensed design system. Are there other solutions, e.g. customisation of components within the viewer? |
For reference, I've also raised the Jotai deprecation issue separately: #259 |
environment:
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@stoplight/json-schema-viewer": "4.5.0",
"@stoplight/markdown-viewer": "^5",
"@stoplight/mosaic": "^1.24.4",
"@stoplight/mosaic-code-viewer": "^1.24.4",
warning
[DEPRECATED]: use
useSetAtom
fromjotai
instead.The text was updated successfully, but these errors were encountered: