Calvin James Heath
Calvin James Heath
When I "Pull to Refresh" and no data comes in, the animation continues to load, even after isPullable becomes false. How I tell the component to stop the loading animation...
When I attempt to import countdown `import countdown from 'countdown';` I get the following error ``` Uncaught TypeError: countdown__WEBPACK_IMPORTED_MODULE_1___default(...) is not a function at TimerCountdown (main.42dec686241258517455.hot-update.js:58:80) at renderWithHooks (react-dom.development.js:14985:1) at...
When I press enter or select an option i get the following error. `Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it...
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** The current behaviour is that I have to create a new button so...
``` sendEmailVerification(auth.currentUser).then(() => { history.replace('/verification'); dispatch({ type: VERIFICATION_EMAIL_SUCCESS_MESSAGE, payload: 'Email verification link succesfully sent.', }); }); ``` I also set the template to [email protected] instead of noreply and its still...