Skip to content

Commit 2150b80

Browse files
committed
docs(usage): Clarify issues with JSX and signal accessors in solid-usage.md
1 parent ffcb1e8 commit 2150b80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

solid-usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,5 @@ So if there is an effect that listens to some store property *(e.g. `createEffec
143143
- 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.
144144

145145
- 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

Comments
 (0)