Can't take getElementsByTagName() of null. Wtf?
pravosleva opened this issue · comments
Dan commented
Sometimes i see this error in this page http://selection4test.ru/projects/projects-react-gallery/build/index.html.
TypeError: t is undefined
Why it is possible?
How can I resolve it?
Dan commented
Screen of the trouble http://selection4test.ru/projects/projects-react-gallery/_issues/_qs-0.png
Hannes Tiede commented
We are also still getting this. It seams there is a PR that fixes it. Can you please merge it and release a new version?
Thx
Lazaros Aidinidis commented
you could disable history. it seems to solve the problem for me
options={{
history : false
}}
or use galleryUID
options={{
galleryUID: 1234
}}