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 nextjs build #138

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fix nextjs build #138

merged 1 commit into from
Dec 3, 2024

Conversation

ngxson
Copy link
Owner

@ngxson ngxson commented Dec 3, 2024

Caused by mismatch compilerOptions.module between us and nextjs. Setting it to es2015 for more compatibility.

Fix #137

@ngxson ngxson merged commit 3b9276a into master Dec 3, 2024
5 checks passed
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.

Type error: Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'Uint8Array<ArrayBuffer>'.
1 participant