You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even when the code is cloned and ran locally, the localhost examples link doesn't work.
<Router basename="/tree-select"> is not able to match the URL "/examples" because it does not start with the basename, so the <Router> won't render anything.
These two pages, for rc-tree and rc-tree-select, have the same problems. There's no working examples I can try out without downloading your packages:
https://tree-react-component.vercel.app/
https://tree-select-react-component.vercel.app/
On this page: https://tree-react-component.vercel.app
neither of these examples work:
http://localhost:9001/ -- this only works on your local machine! Everybody's is different.
online example: https://tree.react-component.now.sh/ -- This brings you back to the same page. No working example.
So, you have no working examples, unless I download your package!
which I'll probably do anyway, just to figure out what the difference is betwen the two.
The text was updated successfully, but these errors were encountered: