I’m trying to use the open source amity web social project. But when i use it goes on error:
Hey @cipiklevis
Since you are using a locally installed version of the SDK. The error happens cause the react versions are mismatching between the ui-kit
and your project. A possible workaround to this issue:
// in the ui-kit
cd ../Amity-Social...OpenSource/node_modules/react
npm link
// inside your project
cd ../your-project
npm link react
I understand.
Ok thank you, I will try and make you know.
Best Regards
@cijin thank you. it works.
Best Regards
1 Like