mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
Turn on "strictnullchecks" typescript setting #406
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vikunja-bot on GitHub (Apr 1, 2025).
Original issue by dpschen on 2022-02-07T20:42:24.000Z
https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#strictnullchecks-off
Original issue on Gitea
dpschen commented on 2022-02-14T10:15:21.000Z:
Fixed by https://kolaente.dev/vikunja/frontend/pulls/1538
dpschen commented on 2022-02-16T10:00:18.000Z:
The setting was turned on, but the bugs are not away – reopening this after having read https://www.figma.com/blog/inside-figma-a-case-study-on-strict-null-checks/ and their approach how to deal with this type of problem.