Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
setState(nextState) {
fastdom.clear(this.layoutId);
this.state = Object.assign({}, this.state, nextState);
this.layoutId = fastdom.mutate(() => this.layout());
}
export const emptyScheduledJobs = () => {
fastdom.clear(readId)
fastdom.clear(writeId)
}
setState(nextState) {
fastdom.clear(this.layoutId);
this.state = Object.assign({}, this.state, nextState);
this.layoutId = fastdom.mutate(() => this.layout());
}
this.scheduledLayouts.forEach(job => fastdom.clear(job));
this.state = Object.assign({}, this.state, nextState);
export const emptyScheduledJobs = () => {
fastdom.clear(readId)
fastdom.clear(writeId)
}
return Fastdom.invoke(() => fastdom.clear(...args));
}