Open
Description
Just wanted to open this to save someone an hour or two some day in the future.
Above a certain number of vertices seems to run into the "Too much recursion" bug when developing locally.
Uploads were working just fine on your example site: https://unsoundscapes.com/elm-obj-file/examples/viewer/ but then when I went to use them in development it would blow up 😞.
Workaround
Turning off the elm debugger (using Vite this was: elmPlugin({ debug: false})
) fixes it.
Metadata
Metadata
Assignees
Labels
No labels