We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
TypeError: t is undefined
The text was updated successfully, but these errors were encountered:
Screen of the trouble http://selection4test.ru/projects/projects-react-gallery/_issues/_qs-0.png
Sorry, something went wrong.
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
you could disable history. it seems to solve the problem for me
options={{ history : false }}
or use galleryUID
galleryUID
options={{ galleryUID: 1234 }}
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: