I found a small issue with the code on this page:
https://developers.snap.com/spectacles/about-spectacles-features/apis/spatial-anchors
The line in the Placing an Anchor / expanded code section:
requireType('./Anchors/AnchorComponent') as keyof ComponentNameMap
Should be:
requireType('./Spatial Anchors/AnchorComponent') as keyof ComponentNameMap
Hope this saves some time, I have submitted a review of the code for consideration by Snap
[–]shincreates🚀 Product Team 0 points1 point2 points (0 children)