retry51776 opened a new issue, #24007: URL: https://github.com/apache/superset/issues/24007
I think there is frontend bug to sqllab, IDK how to reproduce it. But it's something persists to an admin user(rules out permission issues). #### How to reproduce the bug Anywhere go to /sqllab will cause this issues. I tried to switch different browser. Log off & log in. Clear cache. Delete ALL queries & datasets. ### Expected results Sqllab show up. ### Actual results blank page, header does works. #### Screenshots  ### Environment - browser type and version: Both Chrome & Edge - superset version: Superset 0.0.0-dev - python version: Python 3.8.16 ### Additional context Add any other context about the problem here. ``` react-dom.development.js:89 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function. in ForwardRef (created by DatabaseSelector) in span (created by DatabaseSelector) in div (created by DatabaseSelector) in div (created by Styled(div)) in Styled(div) (created by DatabaseSelector) in DatabaseSelector (created by TableSelector) in div (created by Styled(div)) in Styled(div) (created by TableSelector) in TableSelector (created by TableSelectorMultiple) in TableSelectorMultiple (created by SqlEditorLeftBar) in div (created by Styled(div)) in Styled(div) (created by SqlEditorLeftBar) in SqlEditorLeftBar (created by ResizableSidebar) in div (created by Styled(div)) in Styled(div) (created by ResizableSidebar) in ResizableSidebar (created by SqlEditor) in Transition (created by CSSTransition) in CSSTransition (created by SqlEditor) in div (created by Styled(div)) in Styled(div) (created by SqlEditor) in SqlEditor (created by TabbedSqlEditors) in div (created by TabPane) in TabPane (created by Styled(TabPane)) in Styled(TabPane) (created by TabbedSqlEditors) in div (created by TabPanelList) in div (created by TabPanelList) in TabPanelList (created by ForwardRef(Tabs)) in div (created by ForwardRef(Tabs)) in ForwardRef(Tabs) (created by Tabs) in Tabs (created by EmotionCssPropInternal) in EmotionCssPropInternal (created by StyledTabs) in StyledTabs (created by Styled(StyledTabs)) in Styled(StyledTabs) (created by TabbedSqlEditors) in TabbedSqlEditors (created by Connect(TabbedSqlEditors)) in Connect(TabbedSqlEditors) (created by App) in div (created by Styled(div)) in Styled(div) (created by App) in App (created by Connect(App)) in Connect(App) (created by Application) in ThemeProvider (created by Application) in Provider (created by Application) in QueryClientProvider (created by Queryprovider) in Queryprovider (created by Application) in Application ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
