Steven Ye
Steven Ye
Hi @tobiasbueschel , could you try setting `moduleResolution` to either "node16" or "bundler" in your project's `tsconfig.json`? (see [TS Docs](https://www.typescriptlang.org/tsconfig#moduleResolution) on the distinction and [related question](https://stackoverflow.com/questions/72193784/why-doesnt-the-exports-field-of-npm-work-in-typescript))
@FrancisBaah Could you provide more info/steps on how you are deploying the app, e.g. are you using one of the approaches described [here](https://create-react-app.dev/docs/deployment/)? This will help us reproduce the issue....
Hi @codeclown @ImperadorSid, unfortunately Web Components in general [don't work well](https://dev.to/swyx/how-to-use-web-components-with-next-js-and-typescript-4gg1) with server-side rendering, though there're workarounds in the case of Next.js. Could you check if the dynamic loading technique...
@Juneezee Much appreciate the detailed repro and demo! This appears to be a known issue of the Place Autocomplete widget (see related [StackOverflow post](https://stackoverflow.com/questions/40143131/google-maps-autocomplete-fix-to-the-input)). Could you see if any of...
Hi @EthanChen39 I'm having trouble reproducing the issue. Here's a [sample nextjs project](https://codesandbox.io/p/devbox/nextjs-boilerplate-forked-3fvpfp?workspaceId=2f34e502-eb9e-4bff-93ee-334fbe077c94) that uses the Place Picker; mind checking if this is working as expected? Note that the value...