andrewdavey / immutable-devtools

Chrome Dev Tools custom formatter for Immutable-js values
BSD 3-Clause "New" or "Revised" License
661 stars 29 forks source link

Not working in chrome 69 #35

Closed starInEcust closed 5 years ago

starInEcust commented 5 years ago

in the version 69.0.3497.100。 is not work.

let Immutable = require('immutable');

let installDevTools = require('immutable-devtools');

console.log(installDevTools(Immutable));

console.log(Immutable.List([1, 2]));

I tried it on two mac.

and console has not changed.

starInEcust commented 5 years ago

sorry, The new version automatically turns off Enable custom formatters. it works well.