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
When rendering this template the following exception occurs:
TypeError: Cannot read property 'lookup' of undefined
at new RecognizeGestureModifier (recognize-gesture.js:14)
at Function.create (modifier-native.js:23)
at Object.create (manager.js:671)
at ClassBasedModifierManager.createModifier (modifier-manager.js:17)
at manager.js:680
at deprecateMutationsInTrackingTransaction (validator.js:144)
at CustomModifierManager.create (manager.js:679)
at invokeModifier (runtime.js:2658)
at Object.evaluate (runtime.js:2604)
at AppendOpcodes.evaluate (runtime.js:1225)
The text was updated successfully, but these errors were encountered:
It works with [email protected] but fails with [email protected]
I have a simple template
When rendering this template the following exception occurs:
The text was updated successfully, but these errors were encountered: