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
I am using V2 and import graphql from "gatsby" like: import { graphql } from "gatsby"
but still get this warning: warning Using the global graphqltag is deprecated, and will not be supported in v3. Import it instead like: import { graphql } from 'gatsby' in file: /project folder/.cache/fragments/image-sharp-fragments.js
could you please tell me how can I fix that?
I am using V2 and import graphql from "gatsby" like:
import { graphql } from "gatsby"
but still get this warning:
warning Using the global
graphqltag is deprecated, and will not be supported in v3. Import it instead like: import { graphql } from 'gatsby' in file: /project folder/.cache/fragments/image-sharp-fragments.js
could you please tell me how can I fix that?
System:
OS: Linux 4.15 Ubuntu 18.04.1 LTS (Bionic Beaver)
Binaries:
Node: 8.11.4 - /usr/bin/node
npm: 6.4.1 - /usr/bin/npm
npmPackages:
gatsby: ^2.0.0-rc.19 => 2.0.0-rc.19
gatsby-image: ^1.0.55 => 1.0.55
gatsby-plugin-lodash: ^1.0.11 => 1.0.11
gatsby-plugin-sharp: ^1.6.48 => 1.6.48
gatsby-plugin-typography: ^1.7.19 => 1.7.19
gatsby-source-filesystem: ^1.5.39 => 1.5.39
gatsby-transformer-csv: ^1.3.11 => 1.3.11
gatsby-transformer-sharp: ^1.6.27 => 1.6.27
The text was updated successfully, but these errors were encountered: