Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
Current Behavior
The dismiss function returned from useIonLoading hook is not working.
On 5.8.1 the dismiss function is working as expected.
Expected Behavior
The loading should be dismissed when calling dismiss function
Steps to Reproduce
- Use useIonLoading hook
- Call present then call dismiss in a setTimeout block
Code Reproduction URL
https://codesandbox.io/s/ecstatic-germain-7czxq
Ionic Info
Ionic Framework : @ionic/react 5.8.2
Additional Information
No response