Aiden Bai

Results 196 comments of Aiden Bai
trafficstars

Can you try with this config instead? @aqilusman45 ```js const million = require('million/compiler'); exports.onCreateWebpackConfig = ({ actions }) => { actions.setWebpackConfig({ plugins: [million.webpack({ mode: 'react', server: true })], }) }...

Hold on, does this work without block? @DiegoCantu? Might be a conflict with react refresh

Seems it be an error for typescript parsing. If you remove `block();` ```js const BlockComponent = block(Sidebar); ``` to: ```js const BlockComponent = block(Sidebar); ``` @DiegoCantu

@Aslemammad > Remaining: RSC in nextjs, for now, the idea was to try using unstable_postpone to postpone the rendering of million APIs to the client, but next sets the react...