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
if you put some wired-element (tested with button and tabs) inside of wired-tabs then any element, located not on initially active tab won't be rendered properly (e.g. buttons won't have their borders, e.t.c.)
Ah yeah. Some background around this:
Wired elements need to know their size to draw sketchy lines around them.
When not visible the size is not available.
As a work around you can call requestUpdate() method on the buttons when tab is visible.
I know this is not a viable workaround - will resolve this properly soon.
same issue when use them in my react app created by create-react-app
I was trying to put a wired-link inside a wired-card
then the wired-link would not show at all
if you put some wired-element (tested with button and tabs) inside of wired-tabs then any element, located not on initially active tab won't be rendered properly (e.g. buttons won't have their borders, e.t.c.)
An example here: https://codesandbox.io/s/48l9592k9x
The text was updated successfully, but these errors were encountered: