stefango
stefango
Hello, I linked my phone with my pc by usb3.0, open the hotpot of pc, open the wifi of phone and make phone connect to the hotpot of pc. Unfortunately,...
https://youtrack.jetbrains.com/issue/WEB-50647#focus=Comments-27-4853266.0-0 ``` // wrong(no error in WebStorm) &:not(first-child) { background: red; } // true &:not(:first-child) { background: red; } ```
https://github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/docs/rules/jsx-curly-brace-presence.md
https://github.com/less/less.js/issues/3620 https://validator.w3.org/nu/#textarea ```css // wrong(no error reported in this validator) :not(first-child) { background: red; } // correct :not(:first-child) { background: red; } ```
- [x] I have searched the [issues](https://github.com/alibaba/formily/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [](https://codesandbox.io/p/sandbox/nice-mendeleev-57jmm3?file=%2FApp.tsx) ### Steps to reproduce click submit...