This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
CSS and JSON outputs are broken #22
Comments
Any way we can help fixing this? :) |
my guess is that the following line in both const { colors } = props.location.state needs to change to: const { colors } = props.state |
It's because this line is not working, you need to use Turn this line... <Button as={GatsbyLink} mr={2} to='/json' state={{ colors }}>JSON</Button> to <GatsbyLink mr={2} to='/json' state={{ colors }}>JSON</GatsbyLink> Seems like the button component didn't pass the state correctly. |
This would be really cool to have fixed. |
Seems like it has not been fixed yet |
Still not fixed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Exporting to CSS or JSON shows a blank page containing
todo: redirect
. It used to work before.The text was updated successfully, but these errors were encountered: