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
An exception is thrown when any workshop is opened and it seems to be related, somehow, to a line in the GestureDetector in the home _widgets.dart file here.
════════ Exception caught by gesture ═══════════════════════════════════════════
The following NoSuchMethodError was thrown while handling a gesture:
The getter 'currentState' was called on null.
Receiver: null
Tried calling: currentState
I've pushed a hotfix to it in #220 , but it's certainly something to look into.
The text was updated successfully, but these errors were encountered:
An exception is thrown when any workshop is opened and it seems to be related, somehow, to a line in the
GestureDetector
in the home _widgets.dart file here.════════ Exception caught by gesture ═══════════════════════════════════════════
The following NoSuchMethodError was thrown while handling a gesture:
The getter 'currentState' was called on null.
Receiver: null
Tried calling: currentState
I've pushed a hotfix to it in #220 , but it's certainly something to look into.
The text was updated successfully, but these errors were encountered: