ChatGPT-Next-Web icon indicating copy to clipboard operation
ChatGPT-Next-Web copied to clipboard

Fix: navigate cause re-render

Open shih-liang opened this issue 1 year ago • 2 comments

Sometimes navigate(-1) cause the page re-rendering and broken, like this: 图片 Using memory route to fix it.

shih-liang avatar Apr 28 '23 10:04 shih-liang

不要用 MemoryRouter https://learnwithparam.com/blog/different-types-of-router-in-react-router/

Yidadaa avatar Apr 28 '23 12:04 Yidadaa

我暂时还没找到其他修复这个问题的办法,可能可以使用server side logic,next/route或者是hack history解决,但我不确定。不过还好这个问题影响不大并且只是有一定概率触发。

shih-liang avatar Apr 28 '23 15:04 shih-liang