LoganDark
LoganDark
# 🐛 bug report if you use `#field in Class` in a JavaScript or TypeScript file, it'll generate incorrect code ## 🎛 Configuration (.babelrc, package.json, cli command) target: ``` "debug":...
### Why [`inert`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inert) does not accept `inert=''`, `inert='false'`, `inert='undefined'` or etc. The attribute ***must*** be entirely removed in order to enable the element again. [`disabled` works the same way](https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute). ###...