Valentin Vago
                                            Valentin Vago
                                        
                                    I may miss something but... I'm getting a TS error when trying to use something like ```ts {/* ... */} ``` https://codesandbox.io/s/pedantic-goldstine-bh135s?file=/src/App.tsx
I guess I'll rather style the header element with some "good'ol CSS" than nesting elements and cluttering the DOM to achieve that. Thanks anyways. On Tue, Aug 9, 2022, 09:37...
Auto-complete could be an amazing addition, [Omelette](https://www.npmjs.com/package/omelette) could help.
@aeneasr I was giving that a shot (it took me a little while to realize that the editor is only on the `json-schema` branch) and stumbled upon a potential hairy...
I didn't look at the cause of the error Makes sense :)
I will try to reproduce...
It took me a while to find the page and reproduce, but yes, I can. With a hover on the sidebar too.
Or just add `"use client"` at the top of the file that imports the signal.
@bismarkhenao did the same mistake (`PropTypes.arrayOf()` without values), had the same OOM and it got fixed once I corrected `arrayOf` usage. Thanks for the hint, I could have search elsewhere...