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
Some components that are using the Asset Image have 2 bugs.
They are using the Container property in the border instead of MediaSmall.
The component's border has the wrong height
You need to add MediaSmall and the stroke Inside property. However, the error keeps happening when you fix it.
The way I found to fix it was to detach the component. I believe the error is due to forcing the property on the comp. One suggestion is to create a component called asset image that will contain the mediasmall, thus ensuring that this error does not happen again when you update the image component.
What libraries are you seeing the problem on?
Mobile Library, Desktop Library
Steps to reproduce
Pull the Row component
Activate Image
Aspect Ratio - 1:1
Prop Border
Expected behavior
It is expected that the component has MediaSmall active and the Border is correctly inside the component.
The text was updated successfully, but these errors were encountered:
Describe the bug
Some components that are using the Asset Image have 2 bugs.
You need to add MediaSmall and the stroke Inside property. However, the error keeps happening when you fix it.
The way I found to fix it was to detach the component. I believe the error is due to forcing the property on the comp. One suggestion is to create a component called asset image that will contain the mediasmall, thus ensuring that this error does not happen again when you update the image component.
What libraries are you seeing the problem on?
Mobile Library, Desktop Library
Steps to reproduce
Expected behavior
It is expected that the component has MediaSmall active and the Border is correctly inside the component.
The text was updated successfully, but these errors were encountered: