timeline-plus icon indicating copy to clipboard operation
timeline-plus copied to clipboard

Something wrong with links to online examples

Open sandebert opened this issue 5 years ago • 7 comments

I went to https://yotamberk.github.io/examples and clicked examples and then an example - and get a new set of navigation links. From there I clicked examples and then an example - and get a new set of navigation links. From there I clicked examples and then an example - and get a new set of navigation links.

I think you're getting the idea. :)

image

sandebert avatar Oct 15 '18 12:10 sandebert

I'm having the same issue. Maybe if I keep clicking long enough one of the links will take me where I want to go? ;)

ElizaZadura avatar Dec 20 '18 16:12 ElizaZadura

+1

Pankesh88 avatar Jan 12 '19 04:01 Pankesh88

This crucial issue has been open since October. The latest NPM package was also empty - no dist folder, so no code. Downloading doesn't work either for examples - still missing dist folder.

While there have been updates it seems this is abandoned that these crucial bits are missed?

TivoSoho avatar Feb 15 '19 00:02 TivoSoho

I'm working on it. I'm on a vacation so it will be fixed next week...

yotamberk avatar Feb 15 '19 06:02 yotamberk

Fix coming for this?

pleek91 avatar Mar 08 '19 16:03 pleek91

Yeah. Unfortunately it wasn't easy as I expected so looking for a different and better way to upload examples. Give me another week or two.

yotamberk avatar Mar 09 '19 18:03 yotamberk

Seems like just an issue on the react-router, base on https://github.com/facebook/create-react-app/issues/1765. Maybe adding the process.env.PUBLIC_URL into the routes in the App.js might fix the issue?

jonech avatar Jun 06 '19 01:06 jonech