-
Notifications
You must be signed in to change notification settings - Fork 31
Pages blank until after flipped #143
Comments
I have merged your PR and have published a new version of the package Can you please confirm it works with this version? Thank you! |
@darenju On it 👍 |
Hey @darenju I installed version
Is this something on your end? |
If I copy over the |
Sorry, I had forgotten to Also, there are the tests to fix because of the addition of
But this shouldn’t be a problem when installing. Edit: Tests are now fixed. Moved every call to flatChildren() {
return Array.prototype.flat.call(this.props.children);
} |
@darenju Awesome, you're the man! Thanks for fixing the tests |
Works perfect in my implementation! 🍻 |
And thank you for reporting & fixing this issue you found. It helps the component get better! |
👍 My pleasure, this component has been hugely helpful for me on the app I'm working on! |
Hey there, encountering an issue with
react-flip-page
.My render code is as follows:
The flip effect works perfectly, except that when navigating between any of the
lrPages
(the<article>
tags), they are blank until the user releases the page and the animation completes, at which point the content for the page appears.Anyone seen anything like this before? Thanks!
The text was updated successfully, but these errors were encountered: