Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greengem/react-heat-map-issue
https://github.com/greengem/react-heat-map-issue
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greengem/react-heat-map-issue
- Owner: greengem
- Created: 2024-02-24T17:26:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T18:12:28.000Z (10 months ago)
- Last Synced: 2024-11-08T13:47:46.205Z (about 2 months ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Reproduction of Error in uiwjs/react-heat-map
This repository contains a minimal reproduction of an error encountered in the [uiwjs/react-heat-map](https://github.com/uiwjs/react-heat-map) project.
## Error Description
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.
## Steps to Reproduce
1. Clone this repository.
2. Install the dependencies using `npm install`.
3. Run the project using `npm run dev`.
4. Observe the console for the warning message.