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

Type Error: Config Editor Properties required to be optional #75

Open
sarahzinger opened this issue Feb 1, 2024 · 0 comments
Open

Type Error: Config Editor Properties required to be optional #75

sarahzinger opened this issue Feb 1, 2024 · 0 comments

Comments

@sarahzinger
Copy link
Member

If you use ConnectionConfig, you are unable to declare any additional fields as required, they have to be marked optional or it causes a type error. This feels not quite right to me. We end up with a bunch of optional properties or we are required to cast it to something ConnectionConfig understands. It feels like there might be a better way of doing this

Screenshot 2024-02-01 at 9 10 46 AM
Screenshot 2024-02-01 at 9 10 57 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant