-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using AddressAutofill in React/Next.JS app does not work #477
Comments
to solve this problem all you do is
add this on the tsconfig.json
|
Have you tried my solution? |
thank you it's fixed |
I am also having this issue. Did exactly what you did above. |
@sepehr500 is that help you or not? |
Unfortunately it didn't help |
I was able to find a quick fix, was getting the same error trying to use the AddressAutofill component in a react/typescript project. I believe because the AddressAutofill component doesn't have a type definition, typescript won't allow you to use it. I created a
hopefully this helps anyone. |
The text was updated successfully, but these errors were encountered: