anand pandit
anand pandit
#36 for this you need to clear the data of the user on leaving from the server and from the video calling container
> you can easily achieve the desired output by triggering function which is present in onBlur before removing that element.
> @devjs1000 can you explain how you would do it with an example, I can think of calling the onBlur in the cleanup of a useEffect but I'm not sure...
in my case it was because of using pnpm for resolving follow the below steps 1. create file name `.npmrc` 2. paste this in .npmrc `public-hoist-pattern[]=*@nextui-org/*` 3. run `pnpm install`...
> Closing - not able to reproduce the issue from the given repo. Use pnpm instead of npm you will be able to reproduce it