Closed ruru-m07 closed 9 months ago
@ruru-m07 If you can provide an example of a reproducible error, I'll take a look.
@jaywcjlove i have not more info! but i also provide u all info what u need more???
@ruru-m07 Provide examples of reproducible errors
Happening to me too. with a default next 14 project and using the lib in a file marked 'use client'
Warning: A props object containing a "key" prop is being spread into JSX:
I'll try to get a reproducible project up over the weekend
@jaywcjlove https://github.com/greengem/react-heat-map-issue I kept the project as simple as possible
@greengem thx! I fixed. upgrade v2.2.2
@greengem thx! I fixed. upgrade
v2.2.2
thanks. working great for me now
app-index.js:35 Warning: A props object containing a "key" prop is being spread into JSX: let props = {key: someKey, rx: ..., fill: ..., width: ..., height: ..., x: ..., y: ..., render: ..., value: ..., data-date: ..., data-index: ..., data-row: ..., data-column: ...}; <Rect {...props} /> React keys must be passed directly to JSX without using spread: let props = {rx: ..., fill: ..., width: ..., height: ..., x: ..., y: ..., render: ..., value: ..., data-date: ..., data-index: ..., data-row: ..., data-column: ...}; <Rect key={someKey} {...props} />
"@uiw/react-heat-map": "^2.2.1",
nextjs 14.
need help