Atajan
Atajan
You can overwrite react version for react-vis adding this in package.json ```json "overrides": { "react-vis": { "react": "^17.0.2" } } ``` Example: ```json { "dependencies": { "react": "^17.0.2", "react-dom": "^17.0.2",...
If you want to use the dev-phone for calls on a remote server, you need to set up an HTTPS server. This is because the call functionality utilizes the `getUserMedia`...
The issue occurs when two or more services are deployed at the same time. However, if you deploy them one by one, it works fine.