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
chore(gatsby): Add loadPageDataSync property to onRenderBody TS type (#36492)
* feat(gatsby): expose loadPageDataSync
According to #35841 (reply in thread) there is a `loadPageDataSync` function, which returns the page context to the corresponding `pathname`. So far this was not reflected in the type definitions, what is changed with this PR.
* chore(typing): remove generic context
Remove generic context as it can be different for each pathname.
0 commit comments