You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
I received an error when using a portal: "Expected target to be host object". I had to look through the source code to figure out host object just means instance (in the Roblox renderer, anyway). The error should probably be changed, as I do not believe this term is used anywhere except internally.
The text was updated successfully, but these errors were encountered:
I don't think we communicate the meaning of this term particularly well. Though "instances" is the term that Roblox generally uses, it's very vague and collides with many other terms. We also chose 'host object' to match React, which has the additional constraint of running on multiple DOMs.
Instance would the correct term I feel, but it does collide with other terms. Perhaps it can say something like "Expected target to be an instance, such as a Frame"?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I received an error when using a portal: "Expected target to be host object". I had to look through the source code to figure out host object just means instance (in the Roblox renderer, anyway). The error should probably be changed, as I do not believe this term is used anywhere except internally.
The text was updated successfully, but these errors were encountered: