Everytime I change code or update [hot reload happens] something tiptap crashes. Remix JS + Tailwind Css #4928
Unanswered
fzsf163
asked this question in
Questions & Help
Replies: 1 comment 1 reply
-
Any status here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use tiptap with remix js and tailwind css. Everything works well until I change or update a code or content object titap crashes.
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
this is the first error that appears.hmr-runtime:remix:hmr:64 Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.
Uncaught TypeError: Cannot read properties of null (reading 'updateOuterDeco')
The above error occurred in the <FloatingMenu2> component:
hmr-runtime:remix:hmr:64 React Router caught the following error during render DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
The above error occurred in the <BubbleMenu2> component:
These errors are appearing after every update, whenever hot reload happens. Another manual reload and everything is working fine.
versions:
Code:
this is where tiptap is called
blog.tsx
Tiptap.client.tsx
props.client.tsx
extensions.client.tsx
keymap.client.tsx
root-block.client.tsx
root-block-component.client.tsx
Beta Was this translation helpful? Give feedback.
All reactions