Skip to content

Reanimated Warning on tooltip: Reading from value during component render. #212

@rameshjags

Description

@rameshjags

warning:

Image

WARN [Reanimated] Reading from value during component render. Please ensure that you don't access the value property nor use get method of a shared value while React is rendering a component.

If you don't want to see this message, you can disable the strict mode. Refer to:
https://docs.swmansion.com/react-native-reanimated/docs/debugging/logger-configuration for more details.
WARN [Reanimated] Reading from value during component render. Please ensure that you don't access the value property nor use get method of a shared value while React is rendering a component.

I am getting this warning, even though I found that this issue was resolved in #200 .

"expo": "^53.0.20",
"react-native-wagmi-charts": "^2.7.1",
"react-native-reanimated": "~3.17.4",
"react-native": "0.79.5",

code:
<>
... provider
...LineChart
<LineChart.Tooltip /> // this is giving warning
...
</>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions