mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
1.3 KiB
1.3 KiB
Change Log
0.5.0
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are interchangeable:
- import Dock from 'react-dock';
+ import { Dock } from 'react-dock';