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
I got a "freeze" of the webpage after navigating to any other page from the first page in beta2. The first page itself is fine.
Reproduced in Safari, Chrome, Firefox + yarn serve and yarn start. (even before deploying to netlify and/or applying any webserver-specific configs)
My website is a just simple single-page blog site with the default theme.
Downgrading to beta0 with resetting node_modules has resolved the issue.
Firefox has shown a warning that "this webpage is slowing down your computer" and a JS console log that says "maximum update depth exceeded" with the following log:
Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
in DocsPreferredVersionContextProviderUnsafe (created by DocsPreferredVersionContextProvider)
in DocsPreferredVersionContextProvider (created by LayoutProviders)
in UserPreferencesProvider (created by LayoutProviders)
in AnnouncementBarProvider (created by LayoutProviders)
in ThemeProvider (created by LayoutProviders)
in LayoutProviders (created by Layout)
in Layout (created by BlogListPage)
in BlogListPage (created by LoadableComponent)
in LoadableComponent (created by Context.Consumer)
in Route (created by App)
in Switch (created by App)
in Route (created by PendingNavigation)
in PendingNavigation (created by Context.Consumer)
in withRouter(PendingNavigation) (created by App)
in Root (created by App)
in App
in Router (created by BrowserRouter)
in BrowserRouter 198 index.js:1
I got a "freeze" of the webpage after navigating to any other page from the first page in beta2. The first page itself is fine.
Reproduced in Safari, Chrome, Firefox +
yarn serve
andyarn start
. (even before deploying to netlify and/or applying any webserver-specific configs)My website is a just simple single-page blog site with the default theme.
Downgrading to beta0 with resetting
node_modules
has resolved the issue.Firefox has shown a warning that "this webpage is slowing down your computer" and a JS console log that says "maximum update depth exceeded" with the following log:
Originally posted by @achimnol in #5055 (comment)
The text was updated successfully, but these errors were encountered: