You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"@silevis/reactgrid": "^5.0.0-alpha.4",
I am seeing these console logs and I am unable to turn them off. Is there a fix? or should I just filter them out in my devtools?
Here is an example: handleFocus: (e, t) => { Fe && console.log("DB/handleFocus"); const o = document.activeElement; if (!o) return t; const { rowIndex: n, colIndex: i } = $r(t.id, o); return n === -1 || i === -1 ? t : { focusedLocation: { rowIndex: n, colIndex: i } }; },
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
"@silevis/reactgrid": "^5.0.0-alpha.4",
I am seeing these console logs and I am unable to turn them off. Is there a fix? or should I just filter them out in my devtools?
Here is an example:
handleFocus: (e, t) => { Fe && console.log("DB/handleFocus"); const o = document.activeElement; if (!o) return t; const { rowIndex: n, colIndex: i } = $r(t.id, o); return n === -1 || i === -1 ? t : { focusedLocation: { rowIndex: n, colIndex: i } }; },
Beta Was this translation helpful? Give feedback.
All reactions