tremorlabs / tremor-raw

Copy & Paste React components to build modern web applications.
https://raw.tremor.so
Apache License 2.0
386 stars 8 forks source link

[Bug]: AreaChart #53

Open ibdul opened 4 days ago

ibdul commented 4 days ago

Tremor Raw Component Version

Tremor Raw AreaChart [v0.2.3]

Link to minimal reproduction

not-necessary.com

Steps to reproduce

try to build the component, it throws a lint error because of the use of useEffect inside the tooltip callback, that is around line 762 image

What is expected?

that it builds fine

What is actually happening?

it doesnt build as explained in the steps to reproduce

What browsers are you seeing the problem on?

Other

Any additional comments?

No response