Rename flavours/glitch/util into flavours/glitch/utils
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import scheduleIdleTask from 'flavours/glitch/util/schedule_idle_task';
|
||||
import getRectFromEntry from 'flavours/glitch/util/get_rect_from_entry';
|
||||
import scheduleIdleTask from 'flavours/glitch/utils/schedule_idle_task';
|
||||
import getRectFromEntry from 'flavours/glitch/utils/get_rect_from_entry';
|
||||
|
||||
// Diff these props in the "unrendered" state
|
||||
const updateOnPropsForUnrendered = ['id', 'index', 'listLength', 'cachedHeight'];
|
||||
|
Reference in New Issue
Block a user