Skip to content
New issue

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

TypeError: createTransition is not a function #268

Open
uwemaurer opened this issue Jul 21, 2023 · 0 comments
Open

TypeError: createTransition is not a function #268

uwemaurer opened this issue Jul 21, 2023 · 0 comments

Comments

@uwemaurer
Copy link
Contributor

uwemaurer commented Jul 21, 2023

I get TypeError: createTransition is not a function in 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant