vitejs / vite-plugin-react-pages

A vite framework for building react app. Especially suitable for document site and demos/playgrounds of react components.
https://vitejs.github.io/vite-plugin-react-pages/
MIT License
459 stars 70 forks source link

TsInfo support enum #127

Open callmeYe opened 1 year ago

callmeYe commented 1 year ago
image
csr632 commented 1 year ago

Yes I will support this in a week.

callmeYe commented 1 year ago

There is another problem: I still use react-router-dom v5 in my monorepo project, if I upgrade your pulgin from v3 to v4, components that use react-router-dom will throw error when rendering。 Would you support this in v3 too?

csr632 commented 1 year ago

Would you support this in v3 too?

Sorry. I can't maintain two branches. You should migrate to react-router-dom v6.

csr632 commented 1 year ago

Sorry I was busy with other thing and forgot this feature request. Do you still need this? I will try implementing this when I have time.