Closed Methuselah96 closed 4 years ago
From @GolubevS on Sun, 06 Oct 2019 07:16:48 GMT
isList, isMap, isOrderedList, isOrderedMap e.t.c. are not exported from immutable.es.js
import {Map, isOrderedMap} from 'immutable'; console.log(isOrderedMap(Map({b:1,a:2}).sort()));
Result:
export 'isOrderedMap' was not found in 'immutable'
Copied from original issue: https://github.com/immutable-js/immutable-js/issues/1740
Resolved in https://github.com/immutable-js-oss/immutable-js/pull/20.
From @GolubevS on Sun, 06 Oct 2019 07:16:48 GMT
What happened
isList, isMap, isOrderedList, isOrderedMap e.t.c. are not exported from immutable.es.js
How to reproduce
Result:
export 'isOrderedMap' was not found in 'immutable'
Copied from original issue: https://github.com/immutable-js/immutable-js/issues/1740