The NPM installed source code doesn't reflect the tagged release branch for 7.0.2 beta. #1329
Unanswered
nerd-on-fire
asked this question in
v7 (rewrite)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As stated in the title, the source files downloaded via NPM (7.0.2 beta) does not appear to match the repo branch tagged 7.0.2
For example, in the repository code for phone-auth-form.tsx
However, in my local node_modules:
As you can see, the props are different.
I'm using: "@firebase-oss/ui-react": "^7.0.2-beta",
Whatever is being downloaded from NPM doesn't work, because it's sending an invalid phone format.
Any idea why there's a mismatch? I already tried deleting node_modules and package-lock.json
Beta Was this translation helpful? Give feedback.
All reactions