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
Hi, i'm trying to use this with preact and i get an error described here
If outDelay is 0 the bug doesn't happen, when you add a delay it triggers the above error
I don't know if this is the right fix or if it's another thing that's not right @davidmfoley what do you think ?
Also @developit i saw that you answered that stackoverflow question, do you have any idea ?
The text was updated successfully, but these errors were encountered:
I don't know enough about preact to be able to help out here. Might it have something to do with preact's handling of a component where the state is initialized "inline" rather than via an explicit setState call?
Hi, i'm trying to use this with preact and i get an error described here
If outDelay is
0
the bug doesn't happen, when you add a delay it triggers the above errorThe error is in this line
Changing the if condition to fixes the problem:
I don't know if this is the right fix or if it's another thing that's not right
@davidmfoley what do you think ?
Also @developit i saw that you answered that stackoverflow question, do you have any idea ?
The text was updated successfully, but these errors were encountered: