You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example from storybook is not enough to setup a clean project with this. Right now it's throwing an error with the example with FloatingMenu plugin given (returning object instead of a react component). Could you please lend a hand in making it work? Thank you.
EDIT: I just noticed you don't pass the component in Element format like <FloatingMenu /> but as reference (just FloatingMenu)... so maybe that won't be necessary. But I can setup one if you want regardless.
The text was updated successfully, but these errors were encountered:
Could be any other like Stackblitz.
The example from storybook is not enough to setup a clean project with this. Right now it's throwing an error with the example with FloatingMenu plugin given (returning object instead of a react component). Could you please lend a hand in making it work? Thank you.
EDIT: I just noticed you don't pass the component in Element format like
<FloatingMenu />
but as reference (justFloatingMenu
)... so maybe that won't be necessary. But I can setup one if you want regardless.The text was updated successfully, but these errors were encountered: