Patrick Gidich
Patrick Gidich
@mjrussell I've created a minimalist typescript definition file for redux-auth-wrapper ( very lightweight, but gets the job done ) I can add to the typings directory or add to this...
@mjrussell this does indeed work for me, the approach I took was to add it to a separate type definition library. I'll try to see if it also works for...
@koseduhemak - not sure if this will help you or not - I'm using CreateReactApp + Craco - and this article: https://betterprogramming.pub/how-to-optimize-images-for-usage-in-websites-9eaee88c2e6b I found to be extremely helpful - notably...
I completely agree that this is an issue. While a callback is good for some things, having the ability to intercept the `options` object and modify it with a promise...
BUMP! Let's keep this one in the spotlight
I've contributed a little to help keep this project going - I too would agree that this would be a great feature to have. Thanks again for this project!
I believe you can just remove the type constraint noting that T must extend Document. `export type Model` I'll try tweaking things on my end and see if this works..