Results 54 comments of 

I suddenly faced this issue since last week, building on a Cloud platform local is working fine

I made something similar: ![341889423-7fee7876-eaab-4672-bac0-53bfd5d4b46b](https://github.com/justin-chu/react-fast-marquee/assets/8536244/6a1474b5-c914-4116-bb4d-f14414728ced) Here is the concept by using rtl: ```js {` @keyframes marqueeScrollRight { 0% { transform: translateX(0%); } 100% { transform: translateX(100%); } } `} ......

Actually I am upgrading from 0.8.0 to 0.9.1 it became broken NextSSRApolloClient is also not usable. `Error: __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f40$apollo$2b$experimental$2d$nextjs$2d$app$2d$support$40$0$2e$9$2e$1_$40$apollo$2b$client$40$3$2e$9$2e$10_next$40$14$2e$1$2e$4_react$40$18$2e$2$2e$0$2f$node_modules$2f40$apollo$2f$experimental$2d$nextjs$2d$app$2d$support$2f$dist$2f$ssr$2f$index$2e$rsc$2e$js__$5b$app$2d$rsc$5d$__$28$ecmascript$29$__$7b$exports$7d$__.NextSSRApolloClient is not a constructor` I tried to import `import * as test...

I found the issue is that in [version 0.9.0](https://github.com/apollographql/apollo-client-nextjs/releases/tag/v.0.9.0) the usage is changed, some exports is moved to another new package. To fix the issue, simply change the import from:...

@phryneas I see, I think you can reproduce it by just installing 0.9.1 and navigate to `@apollo/experimental-nextjs-app-support/dist/ssr/index.ssr.js`, as I posted the exports are missing. However changing to import from '@apollo/client-react-streaming'...

@phryneas Hmm, I see that could be the reason. I have a `apps/web/lib/apollo/index.ts` in my setup: ```ts export * from './apolloClient' export * from './apolloProvider' ``` But that is just...

@mscdex I have the same question. Could you give me some idea on how can I achieve something like this please? For example, when user connects to ssh2 server, we...

Got same buggy behavior with reordering, works fine on `10.12.7`

This is really needed