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
Hit backspace until no more content is in the field
Hit enter
Watch the console - the above error should pop up.
+1
Also - in our solution (not on your site) I get an error extra between 4 and 5. When the input field is empty I get this:
Warning: `value` prop on `input` should not be null. Consider using the empty string to clear the component or `undefined` for uncontrolled components.
I can't seem to find out which event (if any?) the Kronos triggers when deleting content via backspace. These errors could be related, so my guess is that if you fix the first, mine will be fixed as well.
Again - thanks for your always swift replies and fixes! :-)
The text was updated successfully, but these errors were encountered:
Hi, it's me again. Sorry for all these issues, but we're really just enjoying using react-kronos, and the sometimes things pops up!
+1
Also - in our solution (not on your site) I get an error extra between 4 and 5. When the input field is empty I get this:
I can't seem to find out which event (if any?) the Kronos triggers when deleting content via backspace. These errors could be related, so my guess is that if you fix the first, mine will be fixed as well.
Again - thanks for your always swift replies and fixes! :-)
The text was updated successfully, but these errors were encountered: