next-wait-to-display Wait element display in document. installation yarn add @jswork/next-wait-to-display usage import '@jswork/next-wait-to-display'; // check target: nx.waitToDisplay('#target', 1000, (el) => { console.log('has element!', el); }); license Code released under the MIT license.