Clarence Delmacio Manuel

Results 8 comments of Clarence Delmacio Manuel

> Check whether you have two sqls LSP servers active same time. I only have sqls for sql files

Are there any updates on this? This approach seems less error prone than specifying them in the build.rs file

Temporary fix for me is use Array.map and jsx interpolation ```jsx {names()?.map((name) => ( {name} ))} ``` instead of ```jsx {(name) => ( {name} )} ```

Same issue here, doesn't work with `tab_template` and `new_tab_template` as well.

I also tried to attach logging event listeners to the `Select.HiddenSelect` component and they are all triggering when I change the select value. Just to confirm, the props (2nd argument)...

Somehow, I fixed my issue. It has something to do with zod's parsing/validation (or maybe with the type="" prop in the Field component). Initially, I was using zod's nativeEnum with...

> The `type` property specifies which data type is captured, but if the `` or `` element used does not support it, no input is captured at all. I see,...