Build fails:
error Invalid plugin options for "gatsby-plugin-emotion", configured by node_modules/@narative/gatsby-theme-novela:
1.6.11
Right after build attempt (yarn build), getting error message:
error Invalid plugin options for "gatsby-plugin-emotion", configured by node_modules/@narative/gatsby-theme-novela:
Steps to reproduce the behavior:
build success
_If applicable, add screenshots to help explain your problem._

Chrome
I think displayName just needs to be changed to autoLabel. You can see where the option is defined here.
Could we get this approval prioritized? Sorry, just excited to try out the theme! :) @brotzky
@yanayz A quick work around is to just edit @narative/gatsby-theme-novela/gatsby-config.js in your node-modules
change line 257 from: displayName: process.env.NODE_ENV ===development,
to: autoLabel: process.env.NODE_ENV ===development,
This may not be the best approach for production application but it lets me at least run gatsby develop with no errors.
I think this is a decent fix until this PR gets approved and merged.
@yanayz setting "@narative/gatsby-theme-novela": "0.17.0", in your package.json works too.
Most helpful comment
Could we get this approval prioritized? Sorry, just excited to try out the theme! :) @brotzky