Skip to content
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

fix: Uncaught TypeError: Do not know how to serialize a BigInt #42 #43

Merged
merged 3 commits into from
Mar 29, 2024

Conversation

gregfenton
Copy link
Contributor

No description provided.

@gregfenton
Copy link
Contributor Author

Recommendation: create a utility function:

const toBigIntString = (bi: BigInt) => bi.toString() + 'n';

and use it in the 3 places in code where + 'n' currently is happening.

@jaywcjlove jaywcjlove merged commit 9ce310a into uiwjs:main Mar 29, 2024
github-actions bot pushed a commit that referenced this pull request Mar 29, 2024
* fix: Uncaught TypeError: Do not know how to serialize a BigInt #42

* make Copied.test cases consistent 9ce310a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants