Skip to content

Commit

Permalink
docs(usage): Clarify issues with JSX and signal accessors in solid-us…
Browse files Browse the repository at this point in the history
…age.md
  • Loading branch information
thetarnav committed Jan 24, 2025
1 parent ffcb1e8 commit 2150b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solid-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,5 @@ So if there is an effect that listens to some store property *(e.g. `createEffec
- 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.

- There is no connection between a signal accessor and the signal object it belongs to.

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 comments on commit 2150b80

Please sign in to comment.