gatsby-remark-images
only allows loading: lazy
#27888
-
DescriptionWhen attempting to run a gatsby develop environment with Steps to reproduceInclude the option Expected resultIt should start the develop environment without errors and enable either of those options for the plugin. Actual resultAn error breaks the process EnvironmentSystem: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Based on the error, it appears you're trying to set loading to a variable name? That ought to be |
Beta Was this translation helpful? Give feedback.
-
Makes sense, wasn't clear from the documentation. Any idea why |
Beta Was this translation helpful? Give feedback.
Based on the error, it appears you're trying to set loading to a variable name? That ought to be
loading: "eager"