Open uwemaurer opened 1 year ago
I get TypeError: createTransition is not a function in node_modules/.pnpm/editly@0.14.2/node_modules/editly/glTransitions.js:37
TypeError: createTransition is not a function
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: https://github.com/mifi/editly/commit/0f051cccfeb4facfe517f06d30c4152eb5441429#diff-8a7da2bde7862d52e9f270d719931562d0c4dbeb1e898cf9389f2da34f76a8de
I use node v18.17.0, latest version of editly.
I get
TypeError: createTransition is not a function
innode_modules/.pnpm/editly@0.14.2/node_modules/editly/glTransitions.js:37
When I edit this file and change this line
to
then it works fine.
Basically the last change to this file breaks it for me: https://github.com/mifi/editly/commit/0f051cccfeb4facfe517f06d30c4152eb5441429#diff-8a7da2bde7862d52e9f270d719931562d0c4dbeb1e898cf9389f2da34f76a8de
I use node v18.17.0, latest version of editly.