Moritz Klack

Results 475 comments of Moritz Klack
trafficstars

Seems to be a known codesandbox bug codesandbox/codesandbox-client#7417

We have the same issue. It seems that dynamic routes do not get added to the page map https://github.com/shuding/nextra/blob/main/packages/nextra/src/plugin.ts#L87-L89 🧐

It's not easy to fix, because it's a native browser behaviour but we will have a look for v12.

A solution could be to set `.react-flow__pane` to `position: fixed`. We will investigate.

Fixed in React Flow 12! If you are using 11, you can find the migration guide here: https://reactflow.dev/learn/troubleshooting/migrate-to-v12

Hey @Kallekro I can't reproduce this. Could you create a repo or codesandbox?

You need to wrap the passed onChange function with `useCallback` (or define it as a store action or outside the render function). Otherwise, you will add a new handler on...

@dsoklic thanks for the codesandbox! I can't repro it with v12 there 🤔