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
It looks like the build script for this lib is outputting code which contains /*#__PURE__*/ annotation comments. Unfortunately they look like they're misplaced, and we're getting some non-blocking warnings about it. Here's what the warnings look like when compiling an app which uses this lib, with Vite:
"/*#__PURE__*/"
in "../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-helmet-async/lib/index.module.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-helmet-async/lib/index.module.js (1:13561) A comment
"/*#__PURE__*/"
in "../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-helmet-async/lib/index.module.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
The text was updated successfully, but these errors were encountered:
It looks like the build script for this lib is outputting code which contains
/*#__PURE__*/
annotation comments. Unfortunately they look like they're misplaced, and we're getting some non-blocking warnings about it. Here's what the warnings look like when compiling an app which uses this lib, with Vite:The text was updated successfully, but these errors were encountered: