We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8be14 commit 4553c96Copy full SHA for 4553c96
src/context/providers/PlanewaveCutoffsContextProvider.js
@@ -15,8 +15,8 @@ const cutoffConfig = {
15
export class PlanewaveCutoffsContextProvider extends ContextProvider {
16
constructor(config) {
17
super(config);
18
- this.initApplicationContextMixin();
19
this.initMethodDataContextMixin();
+ this.initApplicationContextMixin();
20
}
21
22
// eslint-disable-next-line class-methods-use-this
@@ -123,5 +123,5 @@ export class PlanewaveCutoffsContextProvider extends ContextProvider {
123
124
125
126
-applicationContextMixin(PlanewaveCutoffsContextProvider.prototype);
127
methodDataContextMixin(PlanewaveCutoffsContextProvider.prototype);
+applicationContextMixin(PlanewaveCutoffsContextProvider.prototype);
0 commit comments