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 738b64b commit 41bea84Copy full SHA for 41bea84
src/components/Parallax.js
@@ -41,7 +41,7 @@ export default class Parallax extends Component {
41
);
42
}
43
44
- // Deprecation warning for >=1.0.0
+ // Deprecation warning for <=1.0.0
45
// If no context is available but the window global is then warn
46
if (!this.context.parallaxController && window.ParallaxController) {
47
console.log(
0 commit comments