PlasmoHQ / plasmo

🧩 The Browser Extension Framework
https://www.plasmo.com
MIT License
8.84k stars 314 forks source link

[BUG] plasmo dev yields 'indexOf' error #978

Open arvindvs opened 1 month ago

arvindvs commented 1 month ago

What happened?

When running plasmo dev --verbose, I get an indexOf error.

I tried:

None of these have fixed this bug

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

No response

Relevant log output

> plasmo dev --verbose
  2 
  3 🟡 0      | Running command: dev
  4 🔴 ERROR  | Cannot read properties of undefined (reading 'indexOf')
  5 🟡 1      | TypeError: Cannot read properties of undefined (reading 'indexOf')
  6     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:80:1662
  7     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:3:461
  8     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:80:3161
  9     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:3:461
 10     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:167:499
 11     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:3:461
 12     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:167:8306
 13     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:3:461
 14     at file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18.2.0_react    @18.2.0/node_modules/plasmo/dist/index.js:167:11923
 15     at async ng (file:///Users/userpath/node_modules/.pnpm/plasmo@0.86.3_postcss@8.4.38_react-dom@18    .2.0_react@18.2.0/node_modules/plasmo/dist/index.js:167:12624)

(OPTIONAL) Contribution

Code of Conduct