fix: Do not rely on class names in production bundle (#6212)
This commit is contained in:
@@ -5,6 +5,8 @@ import Logger from "~/utils/Logger";
|
||||
import { getFieldsForModel } from "../decorators/Field";
|
||||
|
||||
export default abstract class Model {
|
||||
static modelName: string;
|
||||
|
||||
@observable
|
||||
id: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user