Add coexistence checks to all enqueue methods to prevent loading both React and Grid.js assets simultaneously. Changes: - ReactAdmin.php: Only enqueue React assets when ?react=1 - Init.php: Skip Grid.js when React active on admin pages - Form.php, Coupon.php, Access.php: Restore classic assets when ?react=0 - Customer.php, Product.php, License.php: Add coexistence checks Now the toggle between Classic and React versions works correctly. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"name": "@sentry/utils",
|
|
"version": "6.19.7",
|
|
"description": "Utilities for all Sentry JavaScript SDKs",
|
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils",
|
|
"author": "Sentry",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "types/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/types": "6.19.7",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"jsdom": "^16.2.2"
|
|
},
|
|
"sideEffects": false
|
|
} |