jtan80813

Results 5 issues of jtan80813

Please check this https://stackoverflow.com/questions/66380923/clicking-video-doesnt-play-in-ios-in-react?noredirect=1#comment117360790_66380923

There's error in running it in production In strict mode code, functions can only be declared at top level or immediately within another function. [./node_modules/browser-image-compression/dist/browser-image-compression.mjs:8

Is it possible to add some instructions on how to integrate this package? Maybe like some sample projects?

### Describe the bug and the expected behavior I'm using `Conform` and [Shadcn Stepper](https://shadcn-stepper.vercel.app/) to build a multi-step form, and running into a similar issue with repopulating form fields when...

### Versions - vite-plugin-federation: - vite: ### Steps to reproduce Try adding `shared` in `vite.config.ts` Ex: ``` federation({ name: "host-app", remotes: { remoteRemixApp: "http://localhost:3010/assets/remoteEntry.js", }, shared: ["react", "react-dom"], }), ```...