Alexey Taktarov

Results 114 comments of Alexey Taktarov

Hi @doggan apologies for late reply! Just to confirm: the CharacterPage is rendered briefly and then immediatelly after that, the creation page is shown?

You can try creating a custom hook that wraps default `useBrowserLocation` and checks for unsaved changes before actual `navigate` is called. Here, I found the demo that was initially written...

Hmm... I changed the sandbox visibility, could you try again?

We've hit the same issue in https://github.com/molefrog/wouter/actions/runs/20132092043/job/57775816240 The action fails because it tries to install dependencies using npm, but we use Bun with `workspace:*` dependency syntax which is currently not...