@robotical/martyblocks
Version:
MartyBlocks based on Scratch for Marty the Robot by Robotical
12 lines (8 loc) • 310 B
JavaScript
/**
* @fileoverview Prevent usage of setState in componentDidUpdate
* @author Yannick Croissant
*/
;
const makeNoMethodSetStateRule = require('../util/makeNoMethodSetStateRule');
/** @type {import('eslint').Rule.RuleModule} */
module.exports = makeNoMethodSetStateRule('componentDidUpdate');