If you put this in your code: ```jsx <!-- this is a html comment --> ``` ~~Most~~ some tools will choke on it. Here is esbuild: ``` ✘ [ERROR] Expected identifier but found "!" ``` Also mentioned here: https://github.com/developit/vhtml/issues/15
If you put this in your code:
Mostsome tools will choke on it. Here is esbuild:Also mentioned here: developit#15