You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property 'value' does not exist on type'AreaData<Time> | WhitespaceData<Time>'.
Property 'value' does not exist on type'WhitespaceData<Time>'.ts(2339)
any
Expected behavior:
I can get lastestData.value without typescript error
Lightweight Charts™ Version:
^4.2.0
Steps/code to reproduce:
env: vite vue3 ts Lightweight Charts
Actual behavior:
Expected behavior:
I can get
lastestData.value
without typescript errorScreenshots:
CodeSandbox/JSFiddle/etc link:
https://codesandbox.io/p/devbox/immutable-sky-jvgvx4?file=%2Fsrc%2Ftest.ts%3A43%2C1
The text was updated successfully, but these errors were encountered: