-
Notifications
You must be signed in to change notification settings - Fork 16
fix(issuer): display dummy page for incompatible browsers #12
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
Conversation
display dummy page for incompatible browsers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just readability changes ;p
add constant for readability improvements
Please bear in mind that browsers that are incompatible with react (e.g. IE) may not even process this far. We should have a snippet load up at the beginning. |
@josepmc maybe this is something we want to check before merging then |
@josepmc I guess what you are saying would make sense for |
I think it'd be wise for us to avoid any possible mishaps by an external library and just insert any snippet before anything, that would cover us in any situation. |
@RafaelVidaurre I think you can merge this. We have an issue already in place for what Josep suggested. |
@Grsmto thanks, I'll do that then |
display dummy page for incompatible browsers