This repository contains a minimal reproduction of an error encountered in the uiwjs/react-heat-map project.
The error is a warning message that appears when a props object containing a "key" prop is being spread into JSX. This is generally considered an anti-pattern in React as it can lead to unexpected behavior.
- Clone this repository.
- Install the dependencies using
npm install
. - Run the project using
npm run dev
. - Observe the console for the warning message.