Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
componentDidMount() {
this.foundation_ = new MDCLineRippleFoundation(this.adapter);
this.foundation_.init();
if (this.props.active) {
this.foundation_.activate();
}
}