-
Hey there. Also i change my indext.tsx and remove the BrowserRouter cause I saw its not correct to use it now with BrowserRouter as I have before -> remix-run/react-router#8139 (comment)
in my APP.tsx
And also change old code -> My "old" working code
The new code
Now it works kind of - i stop me from navigate away form the form - but it wouldn't show me the message as I have on the old version. (See Screenshot) So do i miss something? Hope someone can help me - I also saw that example in the git repro https://github.com/remix-run/react-router/blob/main/examples/navigation-blocking/src/app.tsx - So maybe i answer the question by my own do i need to set up a custom message modal for that case? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ok - I found a solution that works for me good.
And than on the form
|
Beta Was this translation helpful? Give feedback.
Ok - I found a solution that works for me good.
Maybe some has a better Solution.