Update rendering stories with info

This commit is contained in:
Tom Coleman 2020-05-25 17:00:51 +10:00
parent 5873b7e513
commit ec7233696e

View File

@ -4,6 +4,7 @@ export default {
title: 'Core/Rendering',
};
// NOTE: in our example apps each component is mounted twice as we render in strict mode
let timesMounted = 0;
export const Counter = () => {
const countRef = useRef();