You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our components rely on window resize or some data manipulation to calculate width/height of the containers and apply appropriate styling.
In some cases this calculation can be wrong and we might receive visual artifacts.
Another case is when something has been changed without component noticing it.
Resize observer could potentially fix such problems by tracking the size of the container itself, which will allow us to manipulate content more accurate.
The text was updated successfully, but these errors were encountered:
Is this a bug, enhancement, or feature request?
enhancement
Briefly describe your proposal.
Currently, our components rely on window resize or some data manipulation to calculate width/height of the containers and apply appropriate styling.
In some cases this calculation can be wrong and we might receive visual artifacts.
Another case is when something has been changed without component noticing it.
Resize observer could potentially fix such problems by tracking the size of the container itself, which will allow us to manipulate content more accurate.
The text was updated successfully, but these errors were encountered: