Closed ricopicone closed 2 years ago
Sorry, the obscured part reads read properties of undefined (reading 'name') at Object.renderElement
Update: only the first algorithm to appear on the page renders properly, which makes sense because it looks like it's an error in a for loop.
The PR above fixes the issue, which in the end had nothing to do with the url search parameters. Rather, no renderer.backend
existed, so renderer.backend.name
gave the error.
Many thanks for debugging this issue and for the PR!
My pleasure!
I'm getting the following error.
I'm using URLSearchParams like that visible in the error,
?TS=T1&DS=
, and it seems this might be where the trouble lies. Interestingly, the algorithm still renders properly.Any ideas?