@appsignal/react
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
/// <reference types="react" /> | ||
export declare type Props = { | ||
instance: any; | ||
action: string; | ||
action?: string; | ||
children: React.ReactNode; | ||
fallback: Function; | ||
fallback?: Function; | ||
tags?: { | ||
[key: string]: string; | ||
}; | ||
}; | ||
@@ -8,0 +11,0 @@ export declare type State = { |
@@ -1,5 +0,5 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __extends } from "tslib"; | ||
import React from "react"; | ||
var ErrorBoundary = (function (_super) { | ||
tslib_1.__extends(ErrorBoundary, _super); | ||
__extends(ErrorBoundary, _super); | ||
function ErrorBoundary() { | ||
@@ -6,0 +6,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this; |
@@ -1,5 +0,5 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __extends } from "tslib"; | ||
import React from "react"; | ||
var LegacyBoundary = (function (_super) { | ||
tslib_1.__extends(LegacyBoundary, _super); | ||
__extends(LegacyBoundary, _super); | ||
function LegacyBoundary() { | ||
@@ -6,0 +6,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this; |
/// <reference types="react" /> | ||
export declare type Props = { | ||
instance: any; | ||
action: string; | ||
action?: string; | ||
children: React.ReactNode; | ||
fallback: Function; | ||
fallback?: Function; | ||
tags?: { | ||
[key: string]: string; | ||
}; | ||
}; | ||
@@ -8,0 +11,0 @@ export declare type State = { |
{ | ||
"name": "@appsignal/react", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"main": "dist/cjs/index.js", | ||
@@ -27,3 +27,3 @@ "module": "dist/esm/index.js", | ||
}, | ||
"gitHead": "59dc875708a7e6138cfd60960e5f9036e885e64c" | ||
"gitHead": "474edc030d75f7637bf8591577568333c3e88d7b" | ||
} |
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
23036
244