NaingAungLuu / form-conductor

A declarative form validation for Jetpack Compose
https://formconductor.naingaungluu.me
MIT License
59 stars 5 forks source link

not working with multiplatform desktop and/or material3 #51

Open tdascoli opened 11 months ago

tdascoli commented 11 months ago

within the field formbuilderscope when adding TextField or Row/Column etc. my IDE shows me the following error: @Composable invocations can only happen from the context of a @Composable function

NaingAungLuu commented 11 months ago

@tdascoli Thanks for submitting the issue I'll check and get back to you as soon as I can!