Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit c435e52

Browse files
committed
Add a comment on immutable import
1 parent fa15e24 commit c435e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ React JSON Viewer Component, Extracted from [redux-devtools](https://github.com/
88

99
```js
1010
import JSONTree from 'react-json-tree'
11+
// If you're using Immutable.js: `npm i --save immutable`
1112
import { Map } from 'immutable'
1213

1314
// Inside a React component:

0 commit comments

Comments
 (0)