Chia-Network / cadt-ui

Climate Action Data Trust User Interface
16 stars 8 forks source link

Fix: redux-thunk error on cadt-ui build with updated dependencies #1136

Open TheLastCicada opened 9 months ago

TheLastCicada commented 9 months ago

With all dependencies updated, the following error is encountered when trying to build the app:


> cadt-ui@1.2.8 build
> react-scripts build

Creating an optimized production build...
Failed to compile.

Attempted import error: 'redux-thunk' does not contain a default export (imported as 'ReduxThunk').

See https://github.com/Chia-Network/cadt-ui/pull/1135 for builds with this issue.

TheLastCicada commented 9 months ago

I think this might be resolved with the latest commits by me and Michael.

TheLastCicada commented 9 months ago

Maybe not resolved - just actually builds.

ccornick commented 8 months ago

Check with team if still unresolved.