Replies: 1 comment 2 replies
-
You can't only add a part of a class in the bundle and not the rest, it's an all or nothing. Because MetaFunction is used in the client browser then your whole class needs to be included. You could use a class for your loader and action, but not for MetaFunction, that would need to be a separate function exported by the module or another module. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We intend to unify the definition of meta and loader using objects or classes, including a static class. Please note the existence of a file named
test.db.server
.In accordance with the following usage:
We will receive an error message:
We tested and found that either commenting out the use of the meta function or the invocation of the getName function in the loader will result in an error.
Beta Was this translation helpful? Give feedback.
All reactions