You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/resend/dist/index.d.ts:1:24 - error TS7016: Could not find a declaration file for module 'react'. 'C:/Users/<redacted>/<redacted>/<redacted>/<redacted>/<redacted>/node_modules/react/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/react` if it exists or add a new declaration (.d.ts) file containing `declare module 'react';`
1 import * as React from 'react';
Found 1 error in node_modules/resend/dist/index.d.ts:1
Why do i need React at all in my NodeJS server? If there's React, why is declaration file not provided?
The text was updated successfully, but these errors were encountered:
Why do i need React at all in my NodeJS server? If there's React, why is declaration file not provided?
The text was updated successfully, but these errors were encountered: