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
A table operation such as table:clone() will improperly clone the lambda, exposing the underlying table. This is probably from a failure to set the metatable of the lambda or a failure to discriminate the lambda against a regular table.
Description:
A table operation such as
table:clone()
will improperly clone the lambda, exposing the underlying table. This is probably from a failure to set the metatable of the lambda or a failure to discriminate the lambda against a regular table.The text was updated successfully, but these errors were encountered: