You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue/behavior that seems buggy
I use "highlight.js": "^11.9.0",
I got this error.
TypeError: Cannot destructure 'undefined' as it is undefined.
at Ft (index-08cefa63.js:225:186736)
at lr (index-08cefa63.js:225:189346)
at compileLanguage (index-08cefa63.js:225:189853)
at Ln (index-08cefa63.js:226:3940)
at Object.jn [as highlight] (index-08cefa63.js:226:179)
at index-08cefa63.js:961:38248
at Qj (index-08cefa63.js:40:27205)
at Hk$1 (index-08cefa63.js:40:47522)
at Ek (index-08cefa63.js:40:40990)
at jg$1 (index-08cefa63.js:38:3736)
Describe the issue/behavior that seems buggy
I use
"highlight.js": "^11.9.0",
I got this error.
This is my code
Use like this,
It works fine in the local environment.
But when I deploy to production, the error occurs.
I don't know why... Please help me.
It also occurs when I use
react-highlight
,react-syntax-highlighter
.What should I do?
Sample Code or Instructions to Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: