UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

18 lines (13 loc) 440 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var ErrorBoundaryBase = require('./ErrorBoundaryBase.cjs'); class ErrorBoundaryExclude extends ErrorBoundaryBase.ErrorBoundaryBase { render() { const { children } = this.props; return this.renderOrError(children, { isDynamicSdkError: false, }); } } exports.ErrorBoundaryExclude = ErrorBoundaryExclude;