What is causing this rerender? #29733
Unanswered
Undistraction
asked this question in
Help
Replies: 1 comment
-
PageRenderer is really the last part of "Gatsby internals", are you sure |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand why opening a modal causes a full page rerender. Using the profiler I'm seeing the following:
I know
AppContainer
is part of Gatsby's internals, and I'm assuming_default
is too, but why is_default
rerendering? The reason given is that its parent props have changed, however,AppContainer
isn't rerendering. What props could have changed inAppContainer
that it would pass into_default
?Beta Was this translation helpful? Give feedback.
All reactions