-
Notifications
You must be signed in to change notification settings - Fork 183
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
Placeholder if child is responsible for the progress #30
Comments
Thank you for providing these issue and information. I'm going to make some experiments and give you some feedbacks. For now, I think the only solution is to do what you're actually doing. |
Cool no problem |
To encounter this problem, I though that relying on styles instead of conditional element rendering would have been a good solution. I had in mind :
Because relying on My problem is that it seems that To be honest, I'm a bit stuck with this usecase ^^'... |
I will close this since it's not active from a while, but keep in mind the problem. If I find anything to help you solve this issue, I'll give you some feedbacks 😄 |
Has this been fixed so far? |
Nop 😞 |
If I am using an
Image
wihrn-placeholder
likethen the
onLoadEnd
method doesn't fire asImage
is not rendered yet. So how do we achieve something like this with the component inside is the one which is responsible for the fetching of the Image. I think this can be its own issue.I did find a workaround though by using
{position: 'absolute'}
but the above mentioned looks like a hack. Not really, but still it would be helpful if this library rather than not rendering it must be just not showing like
{display: 'none'}
. I didn't check the source code but asonLoadEnd
is not firing I think its not renderingThe text was updated successfully, but these errors were encountered: