Jeremiah Jacobson

Results 4 comments of Jeremiah Jacobson

@bl4ckbon3 I was actually able to fix the issue by importing the project into my own application. (Using the same code as above) It would not work in the GitHub...

@Guillaume-Vacelet Unfortunately I tried many things so I am not positive which one worked correctly. However, what I did try was to run `flutter clean` which clears the build cache....

Any updates on this? I am running into the same issue.

Looking through other open Issues I was able to solve the problem from @alexvoedi on https://github.com/hunghg255/reactjs-tiptap-editor/issues/165 Use `import('reactjs-tiptap-editor/style.css'); ` instead of using `import 'reactjs-tiptap-editor/style.css'; ` For reference of where to...