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
Thanks a lot for the awesome library. I am trying to integrate with my NextJS Typescript project.
While AwesomeButton is working fine, AwesomeButtonProgress doesn't work. The button remains in pressed state, and the callback isn't invoked for some reason. Please help.
Here is the code for your reference:
...
<AwesomeButtonProgress type="primary" onPress={(element: any, next: Function) => {
id ? updateCallback(id, cfs) : addCallback(id, cfs)
setTimeout(() => next(), 500)}}>
....
Appreciate your help in advance.
Many Thanks,
Umang
The text was updated successfully, but these errors were encountered:
Hi,
Thanks a lot for the awesome library. I am trying to integrate with my NextJS Typescript project.
While AwesomeButton is working fine, AwesomeButtonProgress doesn't work. The button remains in pressed state, and the callback isn't invoked for some reason. Please help.
Here is the code for your reference:
...
<AwesomeButtonProgress type="primary" onPress={(element: any, next: Function) => {
id ? updateCallback(id, cfs) : addCallback(id, cfs)
setTimeout(() => next(), 500)}}>
....
Appreciate your help in advance.
Many Thanks,
Umang
The text was updated successfully, but these errors were encountered: