Harshit-7373

Results 23 comments of Harshit-7373

Hi , @dsaw , I have found the issue and updated the toast duration. Now, the "Sketch saved" toast stays visible for a while. Could you provide any information regarding...

@raclim Please review my PR . I have updated the required changes.

@Jatin24062005 Yes , I forgot to mention the issue number in the PR . I have now updated the PR description. The issue number is #3081

@raclim Please Review my PR & merge the PR to close the Issue.

@raclim @aryanas159 In my Pull Request , The languages for which I have updated the translations.json files are: Hindi, English (US), Korean, French, and Portuguese. Please Review it.

@raclim There was one of my pull requests that you reviewed, but I didn’t receive any response on it. Could you let me know if there are any errors or...

@raclim 1. Multiple test suites are failing due to (ReferenceError: $RefreshSig$ is not defined and $RefreshReg$ is not defined errors). 2. It seems like this error is related to (@pmmmwh/react-refresh-webpack-plugin)...

@tespin @raclim 1. I tried to investigate the reason behind these errors occurring inside the Docker terminal while running the tests. 2. Based on my understanding, React Fast Refresh is...

@raclim This can solve the issue because: 1. Jest does not support React Fast Refresh, so the plugin should not run when executing Jest tests. 2. If the plugin runs,...

@AbhigyanSrivastav @raclim File syncing in Docker Compose with WSL2 may experience performance bottlenecks. To enhance file sharing efficiency, We need to use :cached option in the volume configuration. This change...