react-devtools
Advanced tools
Comparing version 4.26.1 to 4.27.0
/** | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
@@ -4,0 +4,0 @@ * This source code is licensed under the MIT license found in the |
#!/usr/bin/env node | ||
/** | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
@@ -6,0 +6,0 @@ * This source code is licensed under the MIT license found in the |
/** | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
@@ -4,0 +4,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "react-devtools", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Use react-devtools outside of the browser", | ||
@@ -29,5 +29,5 @@ "license": "MIT", | ||
"minimist": "^1.2.3", | ||
"react-devtools-core": "4.26.1", | ||
"react-devtools-core": "4.27.0", | ||
"update-notifier": "^2.1.0" | ||
} | ||
} |
@@ -108,4 +108,9 @@ # `react-devtools` | ||
**If your Components tab is empty, refer to "Chrome v101 and earlier" section below**, please read the "the issue with Chrome v101 and earlier versions" part below. | ||
**If you still have issues** please [report them](https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools). Don't forget to specify your OS, browser version, extension version, and the exact instructions to reproduce the issue with a screenshot. | ||
### The Issue with Chrome v101 and earlier | ||
As we migrate to a Chrome Extension Manifest V3, we start to use a new method to hook the DevTools with the inspected page. This new method is more secure, but relies on a new API that's only supported in Chrome v102+. For Chrome v101 or earlier, we use a fallback method, which can cause malfunctions (e.g. empty React component tab) if the JS resources on your page is loaded from cache. Please upgrade to Chrome v102+ to avoid this issue. | ||
## Local development | ||
@@ -112,0 +117,0 @@ The standalone DevTools app can be built and tested from source following the instructions below. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24102
141
+ Addedreact-devtools-core@4.27.0(transitive)
+ Addedshell-quote@1.8.1(transitive)
- Removedreact-devtools-core@4.26.1(transitive)
- Removedshell-quote@1.8.2(transitive)
Updatedreact-devtools-core@4.27.0