isolate-components
v1.4.1
Published
isolate-hooks and isolate-components have been merged into **isolate-react**
Downloads
7,655
Readme
THIS PACKAGE HAS MOVED!
isolate-hooks and isolate-components have been merged into isolate-react
To migrate to isolate-react
:
- Install
isolate-react
using yarn or npm and removeisolate-components
. - Update your imports as follows:
Replace this:
import isolateComponent from 'isolate-components'
With this:
import { isolateComponent } from 'isolate-react'
All functionality and APIs are unchanged, so the migration should be fairly painles
More info: