Use browser
field in package.json
:
"browser": {
...
"package-name": false
}
Use browser
field in package.json
:
"browser": {
...
"package-name": false
}
First I tried the normal ways, like using html-to-react and the alike, but somehow due to some finicky formatting of strings, this library just flat out refuses to convert legitimate HTML. On top of that, NextJS was complaining loudly about Prop dangerouslySetInnerHTML did not match
.
Time to bring out the big guns.
Continue reading