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
@jywarren@Divy123 It's an easy fix. The issue lies with the fact that the function was exported via module.exports which exports references, so the variable which stores the require can itself be called as a function because the function exported is stored there. parseCoordInputs.parseCornerCoordinateInputs doesn't exist, basically.
image-sequencer/src/modules/Overlay/Module.js
Line 18 in 35f7605
Hi @Divy123, i'm seeing an error as above in this line - strangely, this line was compiled into the
/dist/
folder instead of being browserified:So of course it can't do require in the browser. Do you know what's going on? Related to PR #592
Thank you!
A bit of urgency because this is deployed to the demo already, affects Crop and Overlay modules.
The text was updated successfully, but these errors were encountered: