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
Hi,
This follows the exact example: https://github.com/rehooks/component-size/blob/master/example.js exactly, and it breaks when there's a 100% height, (as per the example) or 100vh . Works if we set an exact height with px or em.
I understand it can be wrapped with a div. However, 100vh sets the height to 331px.
Using the example in the readme results in a 16x16 image.
https://codesandbox.io/s/ookwxx927y
Cheers
The text was updated successfully, but these errors were encountered:
thanks for reporting @tgrrr will fix this and publish a new version!
Sorry, something went wrong.
unsure but #28 might solve this, worth a check after it lands
No branches or pull requests
Hi,
This follows the exact example: https://github.com/rehooks/component-size/blob/master/example.js exactly, and it breaks when there's a 100% height, (as per the example) or 100vh . Works if we set an exact height with px or em.
I understand it can be wrapped with a div. However, 100vh sets the height to 331px.
Using the example in the readme results in a 16x16 image.
https://codesandbox.io/s/ookwxx927y
Cheers
The text was updated successfully, but these errors were encountered: