Closed maiconcarraro closed 1 month ago
fixes https://github.com/emilkowalski/vaul/issues/476
the root cause was about a missing check caused by event possibly null, suggesting to keep strict: true in tsconfig to help prevent these bugs, included the fixes to keep it on.
strict: true
fixes https://github.com/emilkowalski/vaul/issues/476
the root cause was about a missing check caused by event possibly null, suggesting to keep
strict: true
in tsconfig to help prevent these bugs, included the fixes to keep it on.