0.2.2 • Published 6 years ago

react-error-html v0.2.2

Weekly downloads
86
License
ISC
Repository
github
Last release
6 years ago

react-error-html NPM version

react component to display errors with error-html

Dependency Status Dependency ci Status

Why ?

A replacement of redbox-react using error-html.

Install

npm install --save react-error-html

Alternatives

Usage with react-hot-loader

import React from 'react';
import { AppContainer } from 'react-hot-loader';
import ReactErrorHtml from 'react-error-html';

export default ({ children }) => (
  <AppContainer errorReporter={ReactErrorHtml}>
    {children}
  </AppContainer>
);
0.2.2

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago