Nick
Nick
@brandonbaraban Legend, thanks Change log: https://firebase.google.com/support/release-notes/js#version_1010_-_july_20_2023 I put the function in the firebase.ts and use the export everywhere ```javascript // firebase.ts export const userAuthReady = auth.authStateReady(); // pages import {...
`+1` Through when using legacy dependencies, my Cloudflare build was failing. @brandonbaraban mentioned the fix, I also found it here: https://stackoverflow.com/a/73433707 ```npmrc # .npmrc legacy-peer-deps=true ```
@codediodeio I am having the same issue, why not make the count prop start at -1 or allow startWith={undefined} to pass on the undefined state. I have created this hack:...