Closed oreoluwa-bs closed 1 year ago
A render error occurs with the Tamagui packages 1.0.1 when using the <Input /> component.
<Input />
Possible fix: Upgrade Tamagui version to latest / 1.0.13
The cause is the stepTokenUpOrDown function is being imported from the wrong module.
stepTokenUpOrDown
@oreoluwa-bs thanks, I didn't even test it before. Did the upgrade and this time tested it.
A render error occurs with the Tamagui packages 1.0.1 when using the
<Input />
component.Possible fix: Upgrade Tamagui version to latest / 1.0.13
The cause is the
stepTokenUpOrDown
function is being imported from the wrong module.