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
Thanks @mwskwong, I'll have this fixed pretty soon. Apologies for the delay, I suddenly stopped working with Gatsby and have been deep in the Next.js world. Though there are few people using this package, I should have kept it more up to date. I appreciate the issue.
As the title suggests. The reason behind this is you import the packages at the very top of
gatsby-browser.ts
regardless of what environment it is.gatsby-plugin-why-did-you-render-redux/src/gatsby-browser.ts
Line 1 in e67aaa1
Instead, what you should be doing is
The text was updated successfully, but these errors were encountered: