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

Experimental options should be optional instead of required ? #2391

Merged
merged 1 commit into from Oct 24, 2023

Conversation

mathieunicolas
Copy link
Contributor

@mathieunicolas mathieunicolas commented Oct 23, 2023

Strict typescript raises a problem when using experimental (in my case) experimental.clientDB: true.

Since all three properties are not optional in their declaration, using one experimental feature raises a TS problem.

πŸ”— Linked issue

❓ Type of change

  • 🐞 Bug fix (a non-breaking change that fixes an issue)

πŸ“š Description

πŸ“ Checklist

  • I have linked an issue or discussion.

Strict typescript raises a problem when using experimental (in my case) experimental.clientDB value, since all three values are not optional in their declaration
@farnabaz farnabaz merged commit 1e3549b into nuxt:main Oct 24, 2023
2 checks passed
@mathieunicolas mathieunicolas deleted the patch-1 branch October 24, 2023 13:10
@farnabaz farnabaz mentioned this pull request Oct 26, 2023
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.

None yet

2 participants