web-widgets icon indicating copy to clipboard operation
web-widgets copied to clipboard

fix: resolving react unique key prop warning error

Open DiljohnSingh opened this issue 3 weeks ago • 0 comments

Pull request type

Bug fix (non-breaking change which fixes an issue)

Screenshot 2025-11-06 at 11 36 16

Description

  • Added index as fallback key to avoid react warnings in case of non repeated element.
  • Fixed the typo in test cases
  • Updated the Changelog
  • Updated package.xml and package.json with new version 1.2.3

What should be covered while testing?

  • Try to use the current version of HTML element widget on page as non repeated element.
  • Check in console both mendix studio pro and browser to see React warning.
  • Use the widget in your project after building the widget from branch, warning should not be removed.

DiljohnSingh avatar Nov 06 '25 10:11 DiljohnSingh