We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get TypeError: createTransition is not a function in node_modules/.pnpm/[email protected]/node_modules/editly/glTransitions.js:37
TypeError: createTransition is not a function
node_modules/.pnpm/[email protected]/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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get
TypeError: createTransition is not a function
innode_modules/.pnpm/[email protected]/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: 0f051cc#diff-8a7da2bde7862d52e9f270d719931562d0c4dbeb1e898cf9389f2da34f76a8de
I use node v18.17.0, latest version of editly.
The text was updated successfully, but these errors were encountered: