Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poprawienie definicji typu Notification w celu zapewnienia weryfikacji typów #1759

Open
wants to merge 2 commits into
base: master-dev
Choose a base branch
from

Conversation

Pawe16
Copy link
Collaborator

@Pawe16 Pawe16 commented Nov 2, 2024

typ Notification zdefiniowany w sposób następujący
type Notification = z.infer<typeof notificationScheme>;
nie zapewniał sprawdzania typów. Przykładowo, dla zmiennej elem, typu Notification, można było wywołać deleteOne(elem.id) mimo że funkcja deleteOne przyjmuje argument typu number, a elem.id jest typu string.
Dzięki nowej definicji typu Notification sprawdzanie typów działa już dobrze.

@Pawe16 Pawe16 requested a review from lgpawel November 2, 2024 09:19
@Pawe16 Pawe16 assigned Pawe16 and unassigned Pawe16 Nov 2, 2024
@lgpawel lgpawel linked an issue Nov 5, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Błędy typów w kodzie pomimo Typescripta
1 participant