grapesjs-blocks-bootstrap4
grapesjs-blocks-bootstrap4 copied to clipboard
Issue with react-dom and grapesjs-blocks-bootstrap4
I'm reaching out to report an issue I'm encountering while integrating the grapesjs-blocks-bootstrap4 library into my React application, specifically with React DOM.
When I try to use the grapesjs-blocks-bootstrap4 library in my plugins, I'm getting the following error in the console:
Uncaught TypeError: Cannot set property defaults of #
I have verified that I have correctly imported the necessary dependencies, including React and ReactDOM, and that I am using them correctly in my code. Additionally, I have followed the official documentation of grapesjs-blocks-bootstrap4 to integrate it into my website editor.
I'm wondering if there is an incompatibility between React DOM and grapesjs-blocks-bootstrap4, or if I am doing something wrong in my code. I have also tried searching for similar issues or fixes on the grapesjs-blocks-bootstrap4 GitHub repository, but I haven't found a solution so far.
https://github.com/kaoz70/grapesjs-blocks-bootstrap4/issues/70