Sid

Results 2 issues of Sid

I have an example here : https://stackblitz.com/edit/solidjs-templates-7pgd2x?file=src%2FApp.tsx To observe the issue click reset. What happens : form values disappear. Expected behavior: Clicking reset should reset the form to its `initialValues`....

enhancement

# Introducing a few more config props & bundling changes The current implementation uses: ```ts import * as monacoEditor from 'monaco-editor' ``` which causes the entire 3.2MB Monaco Editor library...