We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30473b4 commit fa8b501Copy full SHA for fa8b501
stampit.js
@@ -358,11 +358,6 @@ export default (function () {
358
additionalStaticProperties.conf = additionalStaticProperties.configuration;
359
additionalStaticProperties.deepConf = additionalStaticProperties.deepConfiguration;
360
361
- // Add one more method to the statics. Most importantly - we have to clone the `additionalStaticProperties` object as it will be mutated below.
362
- const staticProperties = {
363
- ...additionalStaticProperties,
364
- };
365
-
366
/**
367
* Infected compose
368
* Parameters: {...Composable} The list of composables.
0 commit comments