-
Notifications
You must be signed in to change notification settings - Fork 17
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
WIP Fix: list section children are not dynamic #62
WIP Fix: list section children are not dynamic #62
Conversation
|
add `.gitpod.yml` and recommended vscode extensions
Having the children dynamic required only small changes in two places: Accessing children just needed to be read under a tracking scope. Here I just added path aliasing for vite, so that you don't have to rebuild after changing stuff in other deps. As for the select and the failing tests, the createSelect isn't handling that initial focus after opening the options list properly it seems. |
You can merge into |
…-children-are-not-dynamic
Fixes #59
TODO: