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
fix: add LegendList wrapper to use react entrypoint on web (#859)
* fix: add LegendList wrapper to use react entrypoint on web
Create a LegendList wrapper component that uses @legendapp/list/react
on web and @legendapp/list/react-native on native via a runtime
Platform check. This removes the need for @ts-ignore comments in
Tree.tsx and SearchResults.tsx.
* changeset
0 commit comments