Skip to content

Commit

Permalink
Swap defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 11, 2020
1 parent 62af78b commit bfe8910
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ export default declare((api, options) => {
api.assertVersion(7);

const setComputedProperties =
options.loose || api.assumption?.("setComputedProperties");
api.assumption("setComputedProperties") ?? options.loose;

const pushComputedProps = setComputedProperties
? pushComputedPropsLoose
Expand Down

0 comments on commit bfe8910

Please sign in to comment.