web: wasm error "null function or function signature mismatch"
Hello, I'm still getting this error, it's only happening when there's a set width and height, whether it is set on the parent or on the component itself.
It happens when mounting and unmounting. Here's an example: https://codesandbox.io/p/sandbox/znd8vn
I also get
null function or function signature mismatch
Originally posted by @kgelpes in #376
Experiencing the same issue
@kgelpes https://codesandbox.io/p/sandbox/dotlottie-memory-out-of-bounds-forked-r6q5n3?file=%2Fsrc%2FApp.js%3A8%2C1
You can control the animation visibility by toggling the display style property between none and block. This keeps the animation mounted and avoids the issue altogether. You can see it working as expected in the updated CodeSandbox example above.
The root cause is still under investigation but this workaround might help for now.
cc @UNICEFViktor
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.
fixed in latest @lottiefiles/[email protected]