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

mixerFactory is not a function #953

Open
okrymus opened this issue Jan 13, 2023 · 0 comments
Open

mixerFactory is not a function #953

okrymus opened this issue Jan 13, 2023 · 0 comments

Comments

@okrymus
Copy link

okrymus commented Jan 13, 2023

How to fix the bug?

When I use this
const mapper = interpolate([-2000, 0, 2000], [0.25, 1, 4], { clamp: true });
I got the error

interpolate.mjs:35 Uncaught (in promise) TypeError: mixerFactory is not a function
    at createMixers (interpolate.mjs:35:21)
    at interpolate (interpolate.mjs:83:20)
    at animate (index.mjs:27:33)
    at index.mjs?v=1962ad86:1516:16
    at index.mjs?v=1962ad86:80:24
    at new Promise (<anonymous>)
    at Proxy.start (index.mjs?v=1962ad86:79:12)
    at index.mjs?v=1962ad86:1511:26
    at Array.map (<anonymous>)
    at set (index.mjs?v=1962ad86:1509:65)
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