-
I tried This usage is exemplified here, and its source. Now, I can circumvent the issue by adding the image into the scene using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can use all loaders with useloader, it doesn't do anything on its own other than using suspense but it's using the loader you pass to the function as the first arg. There is no standard and all three loaders have different results. You need to know how to set the loader up and use its results. |
Beta Was this translation helpful? Give feedback.
You can use all loaders with useloader, it doesn't do anything on its own other than using suspense but it's using the loader you pass to the function as the first arg. There is no standard and all three loaders have different results. You need to know how to set the loader up and use its results.