Closed anindha closed 4 years ago
@anindha are you getting any errors? any extra info you can provide about what "breaks" means in this context is super helpful for tracking down the cause
thanks!
@jlengstorf The code no longer has syntax highlighting but there is no error message in the console. Please let me know if I can help in anyway.
Getting the same issues. I've even tried removing:
if (!codeProps) { return <pre {...props} />; }
To see if maybe it was just not returning due to having no props, but still not receiving anything. The code loads, but no props for the theme or any of the styles within the code block.
hey, y'all! thanks for your patience
I just ran the upgrade to duplicate and it still shows syntax highlighting for me
here's what I did:
d143782
yarn upgrade-interactive
and selected all dependenciesyarn outdated
and noticed that not all dependencies had upgradedyarn workspace theme-dev develop
when I visit http://localhost:8000
I still see syntax highlighting:
here's a screenshot of my terminal showing all deps up to date and only the packages updated
if you're still hitting this issue, can you please send over a repo to look at?
for now, I'm going to close since the deps appear to upgrade successfully
If I checkout at the revision https://github.com/jlengstorf/gatsby-intermediate/commit/d14378259b2ccd303d17c563c3148fb26af26a76, run
yarn upgrade-interactive
and runyarn workspace theme-dev develop
syntax highlighting breaks.