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
The full log (repeated many times) (lines 5902, 5903, 5904, 7318...) => /* @PURE/ (/ unused pure expression or super */
(!) A comment
"/* @__PURE__ */"in"node_modules/@web3auth/solana-provider/dist/solanaProvider.cjs.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
https://rollupjs.org/https://rollupjs.org/configuration-options/#pure
node_modules/@web3auth/solana-provider/dist/solanaProvider.cjs.js (5902:19)
I believe this is the only package that might be affected by this:
The text was updated successfully, but these errors were encountered:
Hi,
Latest v4.x rollup version (included in vite 5.x) logs warnings if invalid annotations are detected: check last paragraph
This is the case for the CJS built of the solana provider package =>
dist/solanaProvider.cjs.js
Here is a reproduction
The full log (repeated many times) (lines 5902, 5903, 5904, 7318...) => /* @PURE / (/ unused pure expression or super */
I believe this is the only package that might be affected by this:
The text was updated successfully, but these errors were encountered: