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
refactor(Tile): polymorphic component typing proof of concept
i am kind of muddling through this attempt at making <Tile> work as a
polymorphic component because in some cases it renders out an <a> instead
of a <div>. right now it doesn't really cover the condition where if
`as="a"` is passed as a prop, then the html attributes of <a> are allowed
0 commit comments