rtc-web-archive
rtc-web-archive copied to clipboard
typescript error: agora-rtc-sdk/index.d.ts' is not a module.
error: /node_modules/agora-rtc-sdk/index.d.ts' is not a module
.
install agora-rtc-sdk
in CRA
react project, but get this error when compiling
how can I fix this ?
try just import 'agora-rtc-sdk';
Same issue for me.
try just
import 'agora-rtc-sdk';
My bad, it doesn't work.
This should be a fix https://github.com/AgoraIO/rtc-web-archive/pull/24
It seems that the problem has been fixed https://github.com/AgoraIO/rtc-web-archive/blob/2c0e25e5384b596ffb52fe86750814642935e21a/index.d.ts#L8
But have not released yet.