Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address this failure: .../halo/src/lib/FracInput.svelte:74:24 Error: 'input' is possibly 'undefined'. (ts) oninput={() => { rawValue = input.value }} In practice this is likely harmless, as `bind:this={input}` means that variable should be bound by the time it emits an input event. Nonetheless, take the value from the event to avoid closing over `input`.
- Loading branch information