igorkamyshev / farfetched

The advanced data fetching tool for web applications
https://ff.effector.dev
MIT License
190 stars 34 forks source link

TS Error maxAge param in documentation #497

Open Rastraponovich opened 2 months ago

Rastraponovich commented 2 months ago

Hello, Typescript give a error if use maxAge param from documentation https://ff.effector.dev/tutorial/caching.html

image image

if we set {maxAge: '1h 30min'} - error has gone.

image