-
Hello, I need to know if the package offers the possibility that when passing a bbcode for example This is because spoilers require an open or closed button. Thanks. EDIT. Custom preset
Application
Spoiler Custom Component with state
The problem is when spoiler bbocde has another bbcodes inside, the error is the next: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, now you can only pass children as react components. But it's good idea to render node.content and pass as attribute (I create issue for ipmplementing this) I improved your code (with children) https://codesandbox.io/s/great-rhodes-rrkn0?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
Hi, now you can only pass children as react components. But it's good idea to render node.content and pass as attribute (I create issue for ipmplementing this)
I improved your code (with children) https://codesandbox.io/s/great-rhodes-rrkn0?file=/src/App.js