Alex Lukashou

Results 3 comments of Alex Lukashou

When I use VTI with css modules I always get same errors: ``` Error: Property '$style' does not exist on type 'CombinedVueInstance 1 | > 2 | | ^^^^^^ ```

If you use yarn, you no longer need craco. You can patch react-scripts config using yarn patch command.

I recreated the most minimal reproduction possible: ```typescript import { FormApi, useForm } from "@tanstack/react-form"; const register = (form: FormApi) => {}; const App = () => { const form...