We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c651684 commit 5142e4fCopy full SHA for 5142e4f
src/babel/core/transform-jsx.ts
@@ -96,7 +96,7 @@ function extractJSXExpressionFromRef(
96
),
97
]),
98
// fix the new usage of `ref` attribute,
99
- // if use `Signals as refs`, the `else` branch will throw an errow with `Cannot assign to "setter" because it is a constant` message
+ // if use `Signals as refs`, the `else` branch will throw an error with `Cannot assign to "setter" because it is a constant` message
100
// issue: https://github.com/solidjs/solid-refresh/issues/66
101
// docs: https://docs.solidjs.com/concepts/refs#signals-as-refs
102
isConst
0 commit comments