Aiden Bai
Aiden Bai
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
Whoa, now that's weird. Let me get back to you soon
@DiegoCantu can you test with the latest release?
@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...
Hi can you provide a repro!