Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in electron18 #30

Closed
umbrella22 opened this issue Mar 31, 2022 · 8 comments
Closed

Warning in electron18 #30

umbrella22 opened this issue Mar 31, 2022 · 8 comments

Comments

@umbrella22
Copy link

3}YL2}2CG117S)HT3{Y}02

@BlackHole1
Copy link
Owner

See: https://developer.chrome.com/blog/mv2-transition/

There are two options to address this issue:

  1. electron-devtools-vendor automatically modifies v2 to v3
  2. waiting for plugin update

Personally, I would be more in favour of the second approach, the first of which could lead to unforeseen circumstances.

@Bartel-C8
Copy link

Bartel-C8 commented May 9, 2022

Same goes for (Electron 18.2.0):

┏ Electron -------------------

  (node:80082) ExtensionLoadWarning: Warnings loading extension at ./node_modules/electron-devtools-vendor/extensions/react-developer-tools:
    Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.
  
  (Use `Electron --trace-warnings ...` to show where the warning was created)

┗ ----------------------------
┏ Electron -------------------

  (node:80082) ExtensionLoadWarning: Warnings loading extension at ./node_modules/electron-devtools-vendor/extensions/redux-devtools:
    Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.

┗ ----------------------------

For Redux-Devtools this is tracked here: reduxjs/redux-devtools#1037
And I created one for React DevTools just now: facebook/react#24522

@SijaanX
Copy link

SijaanX commented Jun 30, 2022

Can you help reproduce this issue?

@BlackHole1
Copy link
Owner

It looks like it is close to being repaired
image

@Haleclipse
Copy link

vue3 should use VUEJS_DEVTOOLS (nhdogjmejiglipccpnnnanhbledajbpd) instead of VUEJS3_DEVTOOLS (ljjemllljcmogpfapbkkighbhhppjdbg), because the so-called Beta version has not been maintained for a long time.

As for the Manifest version 2 upgrade to 3 it is said that it is expected to be completed in Sep.

@Bartel-C8
Copy link

Bartel-C8 commented Dec 5, 2022

React devtools is updated in the Chrome extension store! https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi
@BlackHole1 , could you update this one? Thanks!

EDIT: Redux-devtools got a (minor) upgrade as well, but no manifest V3 yet https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd

@BlackHole1
Copy link
Owner

@Bartel-C8
Copy link

Thx for the update, unfortunately unusable just yet due to this Electron bug: electron/electron#36545

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants