Feliz icon indicating copy to clipboard operation
Feliz copied to clipboard

React.useDeferred doesn't works with HMR

Open MangelMaxime opened this issue 1 year ago • 4 comments

Because of the usage of React.useCancellationToken() when an HMR call has been triggered the async call is never triggered again.

https://github.com/Zaid-Ajaj/Feliz/blob/52907b11f64c758282f2986f1aed0c91d46481b0/Feliz.UseDeferred/UseDeferred.fs#L62-L81

MangelMaxime avatar Sep 11 '22 20:09 MangelMaxime