UNPKG

react-hold-height

Version:

React component to hold the highest height established by a child component even though it no longer exists in the browser window

9 lines (7 loc) 172 B
global.requestAnimationFrame = function(callback) { setTimeout(callback, 0); }; // Fail tests on any warning console.error = message => { throw new Error(message); };