Replies: 2 comments 1 reply
-
|
This is weird 🤔 What does your dev setup look like? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I have this problem even in default settings, without any custom , in nextjs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm using this example as a base: https://codesandbox.io/p/sandbox/competent-moon-dpj59k?file=%2FSidebar.js%3A24%2C1&utm_medium=sandpack
But then I'm creating my node following the way it's done in the guides:
(This is outside a component, so completely memoized)
And finally adding them to the React Flow component:
I keep having this warning:
It looks like you've created a new nodeTypes or edgeTypes object.I don't have any edge at the moment (I'm just experimenting) so not sure what I'm doing wrong here.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions