NodeVIewContent Portals lost context from parents #6253
Unanswered
millievn
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tiptap render custom node view as ReactNodeView in Portals and context is lost.
for example , i have two custom node view:
but tiptap render as:
node-view-b cannot get context from node-view-a-context as they are not nested.
how could i get correct context?
Beta Was this translation helpful? Give feedback.
All reactions