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
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
When I recently installed gatsby-plugin-graphql-codegen into my new Gatsby project, I receive the following warning when running gatsby build:
ERROR
(node:27912) ExperimentalWarning: stream/web is an experimental feature. This
feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
The plugin still seems to work fine, and my local development process isn't halted. But I am concerned about the stability of this plugin from a warning like this.