mifi/editly

TypeError: createTransition is not a function

uwemaurer opened this issue · 0 comments

I get TypeError: createTransition is not a function in node_modules/.pnpm/editly@0.14.2/node_modules/editly/glTransitions.js:37

When I edit this file and change this line

const { default: createTransition } = glTransition;

to

const createTransition = glTransition;

then it works fine.

Basically the last change to this file breaks it for me: 0f051cc#diff-8a7da2bde7862d52e9f270d719931562d0c4dbeb1e898cf9389f2da34f76a8de

I use node v18.17.0, latest version of editly.