ArianHamdi

Results 32 comments of ArianHamdi

Fast refresh is not working on the Android emulator and physical device in SDK 50.0.0-preview.10. it works fine on the iOS simulator. There is no resolution or override in my...

> the issue is that if your code is inside a bundle then it's hard to get it exposed to the global scope. I'll add another check fo `.maps.places`. If...

Same here : ``` error - [resolve] [project]/node_modules/node-gyp-build/node-gyp-build.js /node_modules/node-gyp-build/node-gyp-build.js:22:10 Error resolving commonjs request 18 | 19 | module.exports = load 20 | 21 | function load (dir) { | v-------------------------------...

Hi @hloriana. [Amplify support for Next.js SSR](https://docs.aws.amazon.com/amplify/latest/userguide/ssr-Amplify-support.html) points to automatic locale detection, but I was not able to implement it. `next.config.js` has a `localeDetection` option that automatically redirects users to...

Same here. It should infer the type from `options`

> @imPrathamDev @alextenczar @Panix-dev so here's what I've understood after some digging around. > > The way you're expected to use the _blurDataUrl_ property on the Next/Image component has changed...

> Same issue shimmer effect not working with NextJs13. > > We can see difference in example from docs. Legacy version has the effect. > > https://image-component.nextjs.gallery/shimmer https://image-legacy-component.nextjs.gallery/shimmer Next.js 13...

> I am sharing the temporary solution that solved my problem. > > Environment Overview: > > The environment of my app is an app that provides the entire service...

Did you find a solution to the problem?