You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you, @oussamakhadraoui , for bringing this to our attention. While this issue does not affect the functionality or performance of the application, it’s essential to adhere to best practices and set a strong example, especially for an open-source project of this scale.
We’ve identified several instances of this usage, and we plan to address them all this week.
Again, thank you for taking the time to highlight this issue—we genuinely appreciate your input.
Is there an existing issue for this?
Current behavior
Inside the
\web\core\components\ui\loader\projects-loader.tsx
you should change this
{[...Array(3)].map((i) by this {[...Array(3)].map((_,i)
Steps to reproduce
Just make this simple change to prevent the errors
Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
last version
The text was updated successfully, but these errors were encountered: