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
Your plugins must export known APIs from their gatsby-browser.js.
See https://www.gatsbyjs.org/docs/browser-apis/ for the list of Gatsby browser APIs.
- The plugin [email protected] is using the API "replaceComponentRenderer" which is not a known API.
The text was updated successfully, but these errors were encountered:
I'm writing it here because I missed it the first time I stumbled upon this issue:
@lokecarlsson 's PR #60 fixes this. Kuddos to him for making it into a temporary npm package
Run npm i gatsby-plugin-modal-routing-3 and do not forget to replace previous imports/configs with the new module name in order to avoid any conflicts (took me a while before realizing I had not updated my gatsby-config.js)
The error is:
The text was updated successfully, but these errors were encountered: