-
Here are sample Codes where I tried showing up unread count but unable to do so |
Beta Was this translation helpful? Give feedback.
Answered by
smeijer
Feb 7, 2025
Replies: 1 comment 1 reply
-
Apart from this bug, This is what I had to try to achieve something around what I wanted. It should be supported by React SDK with just properties, Without this tabbed panels are not that useful https://codesandbox.io/p/sandbox/sandpack-project-forked-lpdxns?file=%2FApp.tsx%3A20%2C60 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Please change one of the
storeId
s todefault
, that should fix it for you. Here's a full example. I do agree it's not obvious, and a "default" id should either be documented or not necessary.