Vikash Rathee
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? 
@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. 
@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`