fix: Do not rely on class names in production bundle (#6212)
This commit is contained in:
@@ -10,8 +10,6 @@ import RootStore from "./RootStore";
|
||||
import Store from "./base/Store";
|
||||
|
||||
export default class CommentsStore extends Store<Comment> {
|
||||
apiEndpoint = "comments";
|
||||
|
||||
constructor(rootStore: RootStore) {
|
||||
super(rootStore, Comment);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user