nilsmehlhorn / ngrx-wieder

Lightweight undo-redo for Angular with NgRx & immer.js
https://nils-mehlhorn.de/posts/angular-undo-redo-ngrx-redux
MIT License
127 stars 10 forks source link

unable to import produceOn #22

Closed initplatform closed 3 years ago

initplatform commented 3 years ago

If I look in the bundle it doesn't look like it is exported anywhere.

Screen Shot 2020-12-10 at 11 17 50 AM
        "ngrx-wieder": "4.0.0",
nilsmehlhorn commented 3 years ago

Yeah, seems like it's missing from the public API

initplatform commented 3 years ago

Cool. BTW great project 👍

nilsmehlhorn commented 3 years ago

Fix released in 4.0.1

nilsmehlhorn commented 3 years ago

The example now also uses produceOn: https://github.com/nilsmehlhorn/ngrx-wieder-example/blob/df086f81a23222040db69b5e64f34e07e64baac7/src/app/on.reducer.ts#L40