@smui/common
- "Type 'CustomEvent<T | undefined>' is not assignable to type 'CustomEvent<T>'" error when strictNullChecks
is enabled in tsconfig
#530
Labels
bug
Something isn't working
Describe the bug
the following errors occur when running
svelte-check
with thestrictNullChecks
compiler option enabled intsconfig.json
:To Reproduce
Steps to reproduce the behavior:
strictNullChecks
intsconfig.json
:svelte-check
Expected behavior
no error
The text was updated successfully, but these errors were encountered: