Last analyzed 39ac1b6 4 months ago
Default analysis branch is
Currently analyzing run
Found empty block statements JS-0009
Anti-pattern
4 months ago7 months old
Empty block statement.
  1const setInputTippyInstance = (destroyOnly=false) => {
  2  try { inputTippyInstance.destroy(); } catch(e) { }  3  if(destroyOnly === true) return;
  4
  5  inputTippyInstance = tippy(inputArea, {