Rafael Derolez
Rafael Derolez
# Bug report ## Describe the bug When nesting 2 Stitches components that use the same locally scoped variable, the child component will override the locally scoped variable's value. I...
This PR adds an export to `tsrafc` to mirror [its JavaScript version](https://github.com/ults-io/vscode-react-javascript-snippets/blob/185bb91a0b692c54136663464e8225872c434637/src/sourceSnippets/components.ts#L136C15-L136C15).
Hey @desandro , We just ran into a case of having installed flickity v3 (npm) but accidentally used the css for v2 (via the unpkg from the docs). This PR...
## 🐛 Bug report ### Current Behavior In 2.0.1-rc12, when submitting the form, isSubmitting is set to `true` but is instantly reset to `false`, making it hard to disable input...