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
Classes that extend EveObject that get changed by EJI do not behave as expected. Because the class doesn't get sent through the EJI wrapping process, it doesn't get its getters/setters turned into properties, methods don't get created, etc.
Add another wrapping method in EJIHelper specifically for classes that extend EveObject.
The text was updated successfully, but these errors were encountered:
Classes that extend EveObject that get changed by EJI do not behave as expected. Because the class doesn't get sent through the EJI wrapping process, it doesn't get its getters/setters turned into properties, methods don't get created, etc.
Add another wrapping method in EJIHelper specifically for classes that extend EveObject.
The text was updated successfully, but these errors were encountered: