-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
TypeError: setters.get(...)[name] is not a function #16327
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
Comments
Hey @gijsroge thanks for reporting this! Just tried your repro locally on my machine but could not reproduce it – neither with npm nor with pnpm. Could you try nuking your |
Could reproduce it now 👍 |
This error is because This error here isn't very clear but it shows that Vite failed to run correctly with those Node options.
If I remove the |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/react-router
SDK Version
19.9.0
Framework Version
React 19
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://github.com/gijsroge/sentry-19.9-issue
Steps to Reproduce
npm run dev
Expected Result
Actual Result
When running
npm run dev
I get the following error:
Good to know is that this did not happen on
19.8.0
so the issue has been re-introduced in19.9.0
. I say re-introduced because it was reported on< 19.15.0
versions as well #16137Possibly related: nodejs/import-in-the-middle#188
The text was updated successfully, but these errors were encountered: