NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 4 forks source link

Remove store dependency from SequenceEditor component #1350

Closed duranb closed 5 days ago

duranb commented 6 days ago

Followup to https://github.com/NASA-AMMOS/aerie-ui/pull/1347

Rather than fetching the parcel within the SequenceEditor component, pass in the parcel as a prop to keep the SequenceEditor component more reusable.