#john-gadbois_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1438235965796651160
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, I see that version is in a pre-release. I suspect you're trying to use the Tax Registrations component likely which is available via v3.3.42-preview-1 in connect-js and v3.3.41-preview-1 in react-connect-js. If you're using react you should be able to just use v3.3.41-preview-1. Can you try that?
Thanks, I tried taht but similar error. There seems to be a dependency issue of some sort:
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @stripe/react-connect-js@3.3.41-preview-1
npm error Found: @stripe/connect-js@3.3.41-preview-1
npm error node_modules/@stripe/connect-js
npm error @stripe/connect-js@"3.3.41-preview-1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @stripe/connect-js@">=3.3.39-preview-1" from @stripe/react-connect-js@3.3.41-preview-1
npm error node_modules/@stripe/react-connect-js
npm error @stripe/react-connect-js@"3.3.41-preview-1" from the root project
npm error
npm error Conflicting peer dependency: @stripe/connect-js@3.3.39-preview-1
npm error node_modules/@stripe/connect-js
npm error peer @stripe/connect-js@">=3.3.39-preview-1" from @stripe/react-connect-js@3.3.41-preview-1
npm error node_modules/@stripe/react-connect-js
npm error @stripe/react-connect-js@"3.3.41-preview-1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/john/.npm/_logs/2025-11-12T18_46_45_443Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/john/.npm/_logs/2025-11-12T18_46_45_443Z-debug-0.log```
Hang tight, let me confirm with a teammate.
Can you share the contents of you package.json file please?
Can you try emoving the "@stripe/connect-js": "3.3.41-preview-1", line from the package.json and trying again? Or, changing it to 3.3.39-preview-1?
Both work
can we just remove connect-js if using react-connect-js? I just don't want any accidental regressions
Yes, this should work if you're not using connect-js alone. Installing react-connect-js will install it as a dependency
ok, thank you I will remove connect-js then - appreciate it!
Sure