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
It is currently difficult to create custom DataViews layouts using the newly exported individual components (DataViews.Search, DataViews.Filters, DataViews.FiltersToggle) because these components depend on DataViewsContext which is not exported.
When trying to reassemble DataViews with custom layouts, we cannot:
Access isShowingFilter state needed to conditionally render the Filters component
Coordinate between FiltersToggle and Filters components
Access other shared state like openedFilter, fields, view, and data
This prevents the composability that the v8 individual component exports seem to enable.