Skip to content
Discussion options

You must be logged in to vote

Hi @EtienneBBlache , can you please upgrade to @magicbell/magicbell-react@10.9.4, and move the isOpen prop from the FloatingNotifcationInbox component to the MagicBell component? I've just published a fix that should correct this, but the isOpen prop needs to be on the provider, as the children of that component aren't rendered when isOpen is false. You can also remove the toggle property from the FloatingNotifcationInbox as the MagicBell provider overrides it.

FYI: here's the changelog with an example showing how to control the state: https://github.com/magicbell-io/magicbell-js/blob/main/packages/react/CHANGELOG.md#1093

Copy from that changelog:

function App() {
  const [isOpen, setIsOpen]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@EtienneBBlache
Comment options

Answer selected by EtienneBBlache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Questions
Labels
None yet
2 participants