-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot redefine property: toJsonURLText #614
Comments
Hi, @SaalkT. You're correct that the toJsonURL property can not be redefined, but it can be defined on a per-instance basis during object creation. See this test for an example: https://github.com/jsonurl/jsonurl-js/blob/main/test/stringify.test.js#L181 Would that be sufficient for your use case? |
happens on next js, while rendering on the server side. |
@AlonMiz were you able to find a workaround? |
@dmaccormack this is more of a bug rather than |
tonyxiao yes i've added an alias to my tsconfig
|
but that doesn't work for javascript right? |
@tonyxiao
or with
|
Hmm that doesn't work in typescript anymore because there's no typedefinition for Speaking of which what does noproto mean anywyas? |
This issue is till not fixed. |
There's a discrepancy between the source: |
No description provided.
The text was updated successfully, but these errors were encountered: