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
It seems this library is unable to make use of new local values and class instance functions during a "recompile". The metatable for the instance is pointing to an already set entry and will not be updated with a fresh compile of a module with "require" or "dofile".
Does anyone have a way to add this support? I'm unable to get this working myself unfortunately
The text was updated successfully, but these errors were encountered:
Hi!
It seems this library is unable to make use of new local values and class instance functions during a "recompile". The metatable for the instance is pointing to an already set entry and will not be updated with a fresh compile of a module with "require" or "dofile".
Does anyone have a way to add this support? I'm unable to get this working myself unfortunately
The text was updated successfully, but these errors were encountered: