tree-select icon indicating copy to clipboard operation
tree-select copied to clipboard

No Working Examples

Open allan-bonadio opened this issue 1 year ago • 1 comments

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.

allan-bonadio avatar May 10 '23 22:05 allan-bonadio

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.

Gabgra11 avatar Feb 12 '24 15:02 Gabgra11