ConsoleTVs / sswr

🔥 Svelte stale while revalidate (SWR) data fetching strategy
MIT License
234 stars 11 forks source link

Fixed mutate not accepting a function #42

Closed marekdedic closed 1 year ago

marekdedic commented 1 year ago

As per the docs, the mutate function should accept either a value or a function - which it currently does not

marekdedic commented 1 year ago

Wow, that was quick, thanks! :D