@appsignal/react
Advanced tools
Comparing version 1.0.19 to 1.0.20
# AppSignal for react changelog | ||
## 1.0.20 | ||
### Added | ||
- [4b636f7](https://github.com/appsignal/appsignal-javascript/commit/4b636f759040fd1ae15d2305b09a442dfb566597) patch - Add React 18 compatibility | ||
## 1.0.19 | ||
@@ -4,0 +10,0 @@ |
@@ -10,2 +10,4 @@ "use strict"; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -12,0 +14,0 @@ function __() { this.constructor = d; } |
@@ -10,2 +10,4 @@ "use strict"; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -12,0 +14,0 @@ function __() { this.constructor = d; } |
@@ -9,2 +9,4 @@ var __extends = (this && this.__extends) || (function () { | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -11,0 +13,0 @@ function __() { this.constructor = d; } |
@@ -9,2 +9,4 @@ var __extends = (this && this.__extends) || (function () { | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -11,0 +13,0 @@ function __() { this.constructor = d; } |
{ | ||
"name": "@appsignal/react", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"main": "dist/cjs/index.js", | ||
@@ -29,3 +29,3 @@ "module": "dist/esm/index.js", | ||
"peerDependencies": { | ||
"react": ">= 16.8.6 < 18.0.0" | ||
"react": ">= 16.8.6 <= 18.1.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "publishConfig": { |
@@ -9,2 +9,4 @@ # `@appsignal/react` | ||
See also the [mono repo README](../../README.md) for more information. | ||
## Installation | ||
@@ -33,3 +35,3 @@ | ||
const appsignal = new Appsignal({ | ||
const appsignal = new Appsignal({ | ||
key: "YOUR FRONTEND API KEY" | ||
@@ -84,11 +86,4 @@ }) | ||
This repository is a Lerna-managed monorepo, containing packages (located in the `/packages` directory) that map to separate `npm` modules. | ||
Make sure mono is installed and bootstrapped, see the [project README's development section](../../README.md#dev-install) for more information. | ||
To install the dependencies: | ||
```bash | ||
yarn install | ||
lerna bootstrap | ||
``` | ||
You can then run the following to start the compiler in _watch_ mode. This automatically compiles both the ES Module and CommonJS variants: | ||
@@ -95,0 +90,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36186
350
135