Open ARPIT2128 opened 2 days ago
Regarding that error, that is a known issue on the Atlas side. I don't believe it should impact the rendering of the map - for instance if you make a selection, save a shared state of that selection and enter it as the new hash
, it should show the selection correctly even if the error appears.
Regarding the topic labels on stories, that is currently being worked on and should be default enabled by next week. Will update this issue once it's available.
Please let me know if there were other aspects of this problem I missed, and make additional issues if other problems are found.
Issue:
Scrollyteller
Not Rendering in Page Component and Encountering Missing Name or Derivation ErrorDescription
While working with the
Scrollyteller
component inpage.tsx
using the template from@nomic-ai/atlas-stories-react
, I updated the code to include custom styling and additional parameters forFolio
. However, upon runningnpm run dev
to test the implementation, the component does not render as expected, and the console displays a critical error: "Must provide either a name or a derivation."Steps to Reproduce
Update
page.tsx
with the following code: