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
Does react-pdf-highlighter offer React 17 compatibility? Im having some issue with installation (had to use --force) and with build using web pack:
BREAKING CHANGE: The request 'react/jsx-runtime' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
I just want to know if this is a thing. If not, I'll investigate further.
The text was updated successfully, but these errors were encountered:
Does react-pdf-highlighter offer React 17 compatibility? Im having some issue with installation (had to use --force) and with build using web pack:
BREAKING CHANGE: The request 'react/jsx-runtime' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
I just want to know if this is a thing. If not, I'll investigate further.
The text was updated successfully, but these errors were encountered: