diff --git a/src/core/ReactDoNotBindDeprecated.js b/src/core/ReactDoNotBindDeprecated.js index 11b6c00166..d34d01189b 100644 --- a/src/core/ReactDoNotBindDeprecated.js +++ b/src/core/ReactDoNotBindDeprecated.js @@ -16,6 +16,8 @@ * @providesModule ReactDoNotBindDeprecated */ +"use strict"; + var ReactDoNotBindDeprecated = { /** * Marks the method for not being automatically bound on component mounting. A