Skip to content

Commit

Permalink
chore: Adapt to weird breaking change in mobX API
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Nov 27, 2023
1 parent 64674a1 commit 2a1eaa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default (Component, { getPlaceholder = constant(null), getProps }) =>
);

const getObservablePromise = asyncValue => {
const observableObject = observable({ value: null }, null, {
const observableObject = observable({ value: null }, undefined, {
deep: false,
});

Expand Down

0 comments on commit 2a1eaa2

Please sign in to comment.