### Describe the feature you'd like to request By configuring `experimental: { appDir: true }` in your next.config.js file we can enable the appDir, this currently isn't supported yet. ### Describe the solution you'd like - [x] https://github.com/martpie/next-transpile-modules/issues/280 - [x] https://github.com/mui/material-ui/issues/34896 - [ ] https://github.com/emotion-js/emotion/issues/2928 (https://beta.nextjs.org/docs/styling/css-in-js) - [x] https://github.com/apollographql/apollo-client/issues/10231 - [x] https://github.com/apollographql/apollo-client/issues/10286
Describe the feature you'd like to request
By configuring
experimental: { appDir: true }in your next.config.js file we can enable the appDir, this currently isn't supported yet.Describe the solution you'd like
useSuspenseQueryapollographql/apollo-client#10286