Sølve T.
Sølve T.
Warning comes when using a bullet list. The Issue is that your component defaultListItem does not have the prop portableText present: https://github.com/portabletext/svelte-portabletext/blob/63d0125ae8029870f0621035eaecdf4fb1c46856/src/lib/defaultComponents/DefaultListItem.svelte#L1 This will cause svelte to trigger a console...
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` ```js const content =...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
Taggable: Selecting custom item second time after clearing input via "x" button ignores set label.
**Describe the bug** If you select a custom taggable item, remove it (via x), then add it again, the select displays the items value, not label as it does the...