alextrastero

Results 40 comments of alextrastero

I'm using this: ```js options: { attrs: { title: 'less' } } ``` It renders, however for some strange reason the style is not applied to the page...

Don't use: ``` options: { attrs: { title: 'less' } // title specifies alternative style sheet sets } ``` But maybe: ``` options: { attrs: { data-debug: 'less' } }...

I used this plugin instead https://github.com/windwp/nvim-ts-autotag

Any news here? happening since I installed `"antd": "^4.14.0"`

Tiktok ``` ```

@mkaniaa thanks for the workarounds, proposals are welcomed as PR's anytime :)

Hi @Shaka-60hp can you paste some code for us to try?

As far as I can see, `TextInput` will receive props like `name` and it will pass it to the actual `input`

Can you try passing a `root` prop?