Shri Om Trivedi

Results 9 comments of Shri Om Trivedi

@nimit9 can you help me clear this here? is it suppose to be on `/cms` or `/daily-code`

Yes, this looks like it is fixed. @zomars can you please confirm this.

@ChengZhiMeow, you can try `bun add -g wrangler@latest` or `npm install -g wrangler@latest` depending upon what you are using.

@ChengZhiMeow , check if package cache-do exist in your node_modules, if it’s not there you can build it manually.

Hi @wtkw do you have a setup for the code anywhere to check?

Hi @wtkw It worked when I passed the component like this `` instead of `Component`. So maybe you can try this. ```JavaScript await resend.emails.send({ to: email, from: 'Page ', subject:...

@wtkw interesting... could you also tell me how you are using the component and its setup. Would love to see what is going on in here.

@dBianchii could you also share the usecase that you are using?