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
Copy file name to clipboardExpand all lines: solid-usage.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,3 +143,5 @@ So if there is an effect that listens to some store property *(e.g. `createEffec
143
143
- There is no way to connect a render effect to the dom property it updates, so I cannot give any meaningfull info about them, or to which element they even belong.
144
144
145
145
- There is no connection between a signal accessor and the signal object it belongs to.
146
+
147
+
This is an usually an issue with jsx and components returning signals. I cannot show what the value is without calling the accessor which might have side effects.
0 commit comments