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
We need to expose the MDX components that haven't been exposed yet which the stories mdx depends on like Scrollytellingblock and Chapter. Chapter is exposed but we need to hook it up, Scrolltellingblock still has veda virtual module dependencies which we should decouple from and then expose.
**Related Ticket:** #1324
### Description of Changes
While contemplating on what @sandrahoang686 mentioned about the data
proptype, I realized that our types are wrong for Map and Scrollytelling
(And We have different types, but named same of `DatasetData` which we
should address soon.)
### Notes & Questions About Changes
Map and Scrollytellinglblock seems to expect the same shape of the
dataset which is an object (`VedaData<DatasetData>` - am I missing
anything?
Currently Adding more story content is breaking in this PR developmentseed/next-veda-ui#22.
We need to expose the MDX components that haven't been exposed yet which the stories mdx depends on like
Scrollytellingblock
andChapter
. Chapter is exposed but we need to hook it up, Scrolltellingblock still has veda virtual module dependencies which we should decouple from and then expose.AC:
The text was updated successfully, but these errors were encountered: