Replies: 1 comment
-
Most likely wrong path or corrupt file. These errors don't come from useloader, they come from the loader. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this component here that is added to a page which can dynamically load in content. When trying to load this component on my dynamically created page (dynamic in terms of information being passed) it crashes and shows me this
Error: invalid array length
.When useLoader & primitive are commented out my error goes away.
I also opened a the question on stackoverflow but I assume the answer would be best found here.
Update
Codesandbox code with current reproducible issue.
SANDCODEBOX
Click on the 2nd image to see what error.
error
shownabove
vssandbox
, above is from my browsers consoleBeta Was this translation helpful? Give feedback.
All reactions