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

Проблемы тайпкаста в пропсах #160

Open
k-egor-smirnov opened this issue Aug 1, 2022 · 0 comments · May be fixed by #177
Open

Проблемы тайпкаста в пропсах #160

k-egor-smirnov opened this issue Aug 1, 2022 · 0 comments · May be fixed by #177
Labels
bug Something isn't working

Comments

@k-egor-smirnov
Copy link
Contributor

При деструктуризации пропсов, в PHP переменная кастится к базовому типу, даже если там пришел null (например, для типа foo?: string в PHP будет генерироваться код $foo = (string)$props['foo'].

@k-egor-smirnov k-egor-smirnov added the bug Something isn't working label Oct 3, 2022
@k-egor-smirnov k-egor-smirnov linked a pull request Jun 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant