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
My first time using the as prop to render a Link component as a Button.
I see this in my console onClick is deprecated, please use onPress from useLink.
Is there anything I did wrong on my side?
<Buttonas={Link}color='primary'
onPress={doSomething}href={/}>
Go somewhere
</Button>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My first time using the
as
prop to render aLink
component as aButton
.I see this in my console
onClick is deprecated, please use onPress
from useLink.Is there anything I did wrong on my side?
Beta Was this translation helpful? Give feedback.
All reactions