Maikel van Dort
Maikel van Dort
A bit more info found here; https://github.com/vercel/next.js/issues/51030#issuecomment-2220507886
Might know a fix, using the webpack bundle layer in the css modules hash. This way the classnames won't conflict between server & client components
The following started too: > Warning: Transition uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead
Any update? Would love this feature
As mentioned in Discord; I could give it a try and help a tiny bit as I am new to Rust. Wouldn't necessarily assign me, but will try to help...
I believe they're quite far with the parser already. YAML has some quirky valid syntax, which took a bit to get right.
Should this be named `noEmptyDocumentation`? to also cover Graphql's descriptions https://graphql.org/learn/schema/#documentation
The rule would basically cover all of the following; #### JS ```js // let b = 1; ``` ```js /* */ let b = 1; ``` #### CSS ```css //...
Or should they be 2 different rules? `noEmptyComments` & `noEmptyGraphqlDescriptions`
Same issue, but with mocking window