Kevin CY Chen

Results 15 comments of Kevin CY Chen

I believe this is the same request as #93, any idea if this would be supported soon?

Hi, while react v18 release is already on horizon in the coming year, curious when this PR can be merged to at least support react v17.x.x? When I try to...

@ivanoats I had a similar issue with Node `v10.13.0` when installing these dependencies, after down grading to `v8.11.3`, the installation would succeed. Hope this helps!

Encourntered the same issue with `v0.11.10`. Will encounter runtime error like below: ``` Warning: Prop `className` did not match. Server: "null" Client: "class_name__9KLlt" at div at div at div at...

> @Mistereo I tried your plugin. It unfortunately seems that the Linaria's `:global()` selector doesn't work with it, receiving errors like: > > ```shell > Error: Syntax error: Selector "html"...

Would the example below from @yzrzya1 helps? https://github.com/me-12/single-spa-portal-example/issues/68#issuecomment-462451301

From the local run, I am seeing the following depreciation warning from the Angular app, not sure if that's what @wanglong167 was seeing. ``` client?6cc5:154 ./node_modules/@angular/core/fesm5/core.js 5008:15-102 System.import() is deprecated...

> > I think the problem is not the sequence number but actually the _length_ of the unresolved token which is truncated (but I am not 100% sure). > >...

[Next.js v13 have introduced React (v18) Server Components](https://nextjs.org/docs/advanced-features/react-18/server-components), and making it default for `app/` directory. As it switches towards more emphases on SSR, I am too wonder _how_ Next.js v13...

> I tested the changes for react icons alongside the codemod with the new build configs on a large project and noticed a significant bundle size reduction! Around 234KB of...