Skip to content

[bug]: wrong mapping which lead to key handle issue #5985

@oussamakhadraoui

Description

@oussamakhadraoui

Is there an existing issue for this?

  • I have searched the existing issues

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

Metadata

Metadata

Assignees

Labels

🐛bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions