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
Regarding this feedback (#2502 (comment) ), we are using extra local states for column sort and resize. uiState.set from PersistedState won’t let me to render the component. If I switch setSortColumn(updatedVisState.sortColumn); to uiState.set then it won’t re-render with corrected sorted columns.
Regarding this feedback (#2502 (comment) ), we are using extra local states for column sort and resize.
uiState.set
fromPersistedState
won’t let me to render the component. If I switchsetSortColumn(updatedVisState.sortColumn);
touiState.set
then it won’t re-render with corrected sorted columns.I am using an example from charts (https://github.com/opensearch-project/OpenSearch-Dashboards/blob/d7004dc5b0392477f[…]3b/src/plugins/charts/public/static/components/color_schema.tsx ) to force it work.
Regarding this part, I open this issue as a post research & enhancement topic. There are couple of things we need to research and discussion:
The text was updated successfully, but these errors were encountered: