Mathjax Docs are Incorrect Due to Removal of index.js #87
Labels
☂️ area/types
This affects typings
🤷 no/invalid
This cannot be acted upon
👎 phase/no
Post cannot or will not be acted on
Affected packages and versions
Rehype-Mathjax v5.0.0
Steps to reproduce
In the commit 4223ed9,
rehype-mathjax/index.js
was removed. This has resulted in our existing code failing when upgrading to5.0.0
.This method of importing is currently recommended on the documentation. Either a default export should be added back, or the docs should be updated to use one of the other ways of importing (
/browser
,/svg
, etc.)The text was updated successfully, but these errors were encountered: