-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unknown list item style "normal" while using Sanity #9
Comments
Sanity's default default style has the name of There are three workarounds for this issue if you are using Sanity:
The second option above would be recomended as it is nontrivial to add "bullet style" to all bullet points in the sanity WYSIWYG editor. It will display the default list normally, just without a warning. This is also the default action of this component if it comes across a list with an undefined list style as seen here. |
You would also need to add other styles when you go for option two, like |
@kamerat |
Hi @progone. Yes indeed. I currently use solution 2 as stated in my previous pos :) Works well. |
Why isn't What a waste of time for every developer that uses Sanity with Svelte to have to debug this error and do it manually |
Using the default Sanity bullet list, this warning comes in the console:
Unknown list item style "normal", specify a component for it in the 'components.listItem' prop
The text was updated successfully, but these errors were encountered: