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
Server-side rendering problem about this example: Khan/aphrodite#350
Steps to reproduce the behavior:
AFTER close the Lightbox popup, the <a> links lost the style.
AFTER
<a>
https://github.com/jossmac/react-images/blob/master/examples/src/components/Gallery.js#L64
Expected behavior:
Actual behavior:
Envs:
The text was updated successfully, but these errors were encountered:
@francisrod01 I was seeing a similar problem. If it's not too complex, I'd recommend upgrading to react-images@next which doesn't have that issue.
react-images@next
Sorry, something went wrong.
I see it. I solved it removing the CSS style from the link <a> component and use my own. I'd like to see this full example improved later.
No branches or pull requests
Server-side rendering problem about this example: Khan/aphrodite#350
Steps to reproduce the behavior:
AFTER
close the Lightbox popup, the<a>
links lost the style.https://github.com/jossmac/react-images/blob/master/examples/src/components/Gallery.js#L64
Expected behavior:
Actual behavior:
Envs:
The text was updated successfully, but these errors were encountered: