You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting proposal. I guess this would just work if we always allowed url to be a function. I'm not sure I'd want to pass in the props because they'd be the old values, but at least in your case, a no-arg function would work too. Or do you need the props too?
My full use case is for a url which reads http://foo.com/{id}/{epoch} - The id would be the same across requests, but guess I would need that from the props. epoch would obviously change.
I didn't realise it would always result in the props having old values though. I'm not familiar with the code base - would that be a difficult thing to make happen?
Hi,
First, great library - thanks.
I'm using Automatic Refreshing and would like to update the url before the request is made.
Would it be possible to have the url returned as a function? For example....
...or should I be attempting this some other way.
Many thanks.
The text was updated successfully, but these errors were encountered: