The update was updating mdx-js/loader to version 3.0.1 and this alone was breaking change. I tested with updating the other mdx-js packages but it continued breaking other items in theme demos. At the moment not sure if its just a compatibility issue with react or other packages.
Locally I tested using these versions:
"@mdx-js/loader": "^3.0.1",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
What are the steps to reproduce?
Go to...
Click on...
Screenshots / Screen recording
Code snippet / Link to minimum reproduction example
Describe the bug / expected behavior
This was found during a dependency update PR. https://github.com/etn-ccis/blui-react-component-library/pull/876 Not sure if this should be a bug or more of enhancement
The update was updating mdx-js/loader to version 3.0.1 and this alone was breaking change. I tested with updating the other mdx-js packages but it continued breaking other items in theme demos. At the moment not sure if its just a compatibility issue with react or other packages.
Locally I tested using these versions: "@mdx-js/loader": "^3.0.1", "@mdx-js/mdx": "^3.0.1", "@mdx-js/react": "^3.0.1",
What are the steps to reproduce?
Screenshots / Screen recording
Code snippet / Link to minimum reproduction example
Your environment information
Suggested fix
Anything else to add?