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
The JSON.stringify() function's argument is missing a small, yet vital, closed square bracket - "]". Copying-and-pasting this code fragment leads to a compilation error for the user.
Environment:
N/A
Additional Context:
N/A
The text was updated successfully, but these errors were encountered:
Bug Report (Documentation Error)
🏷 documentation
Steps to Reproduce:
Expected Result:
Actual Result:
While reading (and learning from) the perspective-viewer documentation, I came across a minor typo.
The
JSON.stringify()
function's argument is missing a small, yet vital, closed square bracket - "]
". Copying-and-pasting this code fragment leads to a compilation error for the user.Environment:
N/A
Additional Context:
N/A
The text was updated successfully, but these errors were encountered: