Ketasaja
Ketasaja
Variable's type sometimes unions with `nil` due to `if` statement with new type solver's strict mode
Possible variant without table indexing or a function call. ```luau --!strict local s: string = "t" if s == "" then s ..= "," -- TypeError: Type 'string' could not...
Variable's type sometimes unions with `nil` due to `if` statement with new type solver's strict mode
Another variant. Even if technically `t` could be `nil` in the callback, this behavior is an inconsistency. ```luau type t = { value: boolean, } local t: t? = nil...
https://github.com/Roblox/creator-docs/pull/726
[Documentation](https://create.roblox.com/docs/reference/engine/datatypes/CFrame#ToObjectSpace) update is live.