Vikash Rathee

Results 40 comments of Vikash Rathee

Yes, thanks. It's working, but not with `refine().partial()` I guess due to upstream.

@yusukebe Any suggestion, I can't use `partial()`, `extend()` etc when `refine()` is used.

@gabrielmfern the latest version again doesn't work on Cloudflare worker. any suggestion? ![Image](https://github.com/user-attachments/assets/a78a521b-f409-413d-b007-15e5266d2e95)

@gabrielmfern please disregard, this is resolved by installing react and using await. "react": "^19.1.0", "react-dom": "^19.1.0", ``` const html = await otpEmailHtml(authUser, otp); ``` In past versions react and await...

Any ETA ? I am getting warning in VS code using Angular 11.0.5 ``` Warning: app.component.ts depends on 'file-saver'. CommonJS or AMD dependencies can cause optimization bailouts. For more info...

@thecrypticace This again doesn't work in 4.0.17 package.json ``` "tailwindcss": "^4.0.17", "@tailwindcss/vite": "^4.0.17", ``` vite config ``` export default defineConfig({ plugins: [ tailwindcss(), remixCloudflareDevProxy(), reactRouter(), serverAdapter({ adapter, getLoadContext, entry: "server/index.ts",...

@yusukebe that doesn't made any difference, still TS error. Already tried closing vscode > reopen etc. ![image](https://github.com/user-attachments/assets/19a72f07-0eb4-4c13-a55e-a9ccca1cf7da)

@yusukebe Sure, I will create one

@yusukebe Awesome, working fine with that.

@yusukebe the latest version of react-email doesn't work. It throws an `Uncaught ReferenceError: MessageChannel is not defined Error`