Add note from STATUS to RFC page

This commit is contained in:
Arseny Kapoulkine 2022-03-29 13:23:29 -07:00
parent 1217a956d5
commit 0a9f872572

View file

@ -1,5 +1,7 @@
# Safe navigation postfix operator (?)
**Note**: We have unresolved issues with interaction between this feature and Roblox instance hierarchy. This may affect the viability of this proposal.
## Summary
Introduce syntax to navigate through `nil` values, or short-circuit with `nil` if it was encountered.