svelte: should $todo === todo? #1033
Replies: 1 comment
-
So first of all: But tl;dr do use the reactive |
Beta Was this translation helpful? Give feedback.
-
So first of all: But tl;dr do use the reactive |
Beta Was this translation helpful? Give feedback.
-
urql version & exchanges:
Steps to reproduce
$todo
andtodo
are different$todo
andtodo
are the sameExpected behavior
$todo
!==todo
Am I wrong?
Actual behavior
$todo
andtodo
are the same after after the first time in cacheAdditional
CodeSandBox client project
CodeSandBox server project
Beta Was this translation helpful? Give feedback.
All reactions