Kha
Kha
Same issue here with trackpad
> I started randomly getting these errors in my library. > > NextJS, as well as the compiler. > > > > It may be in one of the builders....
I'm having this issue as well when importing a component from a feature's index.ts file and it importing everything in that index.ts file (even unused one). I guess the only...
> Hey @prodbygoss @kevindavee I've just published the package https://github.com/pafry7/babel-plugin-bulletproof-features-import. It seems to solve the issue in our two projects. You can give it a try. Ooh, this look interesting....
> > > Hey @prodbygoss @kevindavee I've just published the package https://github.com/pafry7/babel-plugin-bulletproof-features-import. It seems to solve the issue in our two projects. You can give it a try. > >...
Hey, I am actively using react-virtuoso and was looking to integrate drag reorder support. Were you ever able to find a solution to this? I'm trying to decide between `hello-pangea/dnd`...
> If you need RSC support I rewrote styled-components to make it compatible with new Next.js features. It covers most of the features of the original library: https://github.com/michal-wrzosek/next-styled-components Very interesting....