Sandy Brutas

Results 5 comments of Sandy Brutas
trafficstars

You may want to take a look at issue #22 . The workaround specified there might help in your problem. 😄

I solved this by manually using bootstrap js files and jQuery. Since the problematic dropdown button generated by summernote has the class name of "dropdown-toggle", I inserted... `import $ from...

@siriwatknp just below import statements, before class declaration.

@phil-a if you are familiar with the behavior of React, you should have known that a component renders initially once. Unless you trigger a change in props or state (or...

To anyone who used create-react-app tool to generate their boilerplate and encounter this issue, there's already a better workaround for this without ejecting your app and all these "hacks". Please...