mistamun

Results 2 issues of mistamun

I'm getting this error when launching the server both in Docker or natively. the dalle-flow.db gets created with 777 but then this database is locked error occurs and no tables...

**Describe the bug** form.submit() fails if using dialog.close() **To Reproduce** ```python import reflex as rx class FormState(rx.State): form_data: dict = {} def handle_submit(self, form_data: dict): """Handle the form submit.""" self.form_data...

components bug