You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding the code to my program, I am getting this error when the page loads and after I navigate back to the page:
Uncaught runtime errors:
×
ERROR
Failed to construct 'ImageData': The input data length is not equal to (4 * width * height).
IndexSizeError: Failed to construct 'ImageData': The input data length is not equal to (4 * width * height).
at C._render (http://localhost:3000/static/js/bundle.js:44140:148)
at C._draw (http://localhost:3000/static/js/bundle.js:44153:16)
I am getting this issue when using both version: 0.12.3 and 0.12.2. Here is my code:
Overview
After adding the code to my program, I am getting this error when the page loads and after I navigate back to the page:
I am getting this issue when using both version: 0.12.3 and 0.12.2. Here is my code:
I am using Windows Subsystem for Linux during development
Consuming repo
@lottiefiles/dotlottie-react
Labels
Type: Bug
label to this issue.The text was updated successfully, but these errors were encountered: