simbathesailor/use-what-changed

This kind of code breaks the plugin

simbathesailor opened this issue · 1 comments

 // uwc-debug
  React.useEffect(
    () => {
      fnRef.current();
    },
    [count, setCount, fnRef, countInParent]
    //sassasd
  );

Fixed in babel-plugin-use-what-changed@0.1.13