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
Maybe due to the modular plugin (to be confirmed) sometime when the Attribute Table is opened it will not appear immediately. This is imply in a wrong UI state.
@tdipisa@alexander-fedorenko this si probably due to the dynamic import done after the module import introduced here #8531.
The solution could be to add a simple callback component (an empty panel with the same size of the grid with a loading spinner) to the withSuspense HOC of the FeatureEditor plugin (to be tested).
See the withSuspense HOC that applies a null fallback component by default.
Description
Maybe due to the modular plugin (to be confirmed) sometime when the Attribute Table is opened it will not appear immediately. This is imply in a wrong UI state.
How to reproduce
Expected Result
The Attribue Table should appear immediately or the button to open the Attribute Table should be enabled only when the chunk of the plugin is loaded.
Current Result
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: