UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

11 lines (7 loc) 262 B
/** * @fileoverview Prevent usage of setState in componentDidUpdate * @author Yannick Croissant */ 'use strict'; const makeNoMethodSetStateRule = require('../util/makeNoMethodSetStateRule'); module.exports = makeNoMethodSetStateRule('componentDidUpdate');