ref: master
./README.md
1 2 3 4 5 6 7 8 9 10 |
# parcel-preact-draftjs This is a simple repository which demonstrates the parcel/preact error when building an application containing draft-js as dependency. When running the `yarn build` command it'll output the following error: ``` node_modules/preact/compat/dist/compat.module.js does not export 'unstable_flushControlled ``` |