Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't take getElementsByTagName() of null. Wtf? #35

Open
pravosleva opened this issue Jul 23, 2017 · 3 comments · May be fixed by #36
Open

Can't take getElementsByTagName() of null. Wtf? #35

pravosleva opened this issue Jul 23, 2017 · 3 comments · May be fixed by #36

Comments

@pravosleva
Copy link

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?

@pravosleva pravosleva changed the title Can't take getElementsByTagsName() of null. Wtf? Can't take getElementsByTagName() of null. Wtf? Jul 23, 2017
@pravosleva
Copy link
Author

pravosleva commented Jul 23, 2017

@element6 element6 linked a pull request Aug 25, 2017 that will close this issue
@toxsick
Copy link

toxsick commented Jan 9, 2018

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

@laidinidis
Copy link

laidinidis commented Mar 16, 2018

you could disable history. it seems to solve the problem for me

options={{
    history : false
}}

or use galleryUID

options={{
    galleryUID: 1234
}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants