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
After submitting an editable field, the Console gives the below error even though the editing succeeds:
tooltip.js:534 Uncaught TypeError: Cannot convert undefined or null to object
at Function.values (<anonymous>)
at us._isWithActiveTrigger (tooltip.js:534:19)
at tooltip.js:268:16
at g (index.js:226:51)
at HTMLDivElement.a (index.js:247:5)
at s (index.js:71:11)
at index.js:253:7
_isWithActiveTrigger() {
if (this._activeTrigger && typeof this._activeTrigger === 'object') {
return Object.values(this._activeTrigger).includes(true);
}
return false; // or handle the case when _activeTrigger is not an object
}
What operating system(s) are you seeing the problem on?
macOS, Linux
What browser(s) are you seeing the problem on?
Chrome, Firefox
What version of Bootstrap are you using?
5.3.1
The text was updated successfully, but these errors were encountered:
Hello @bounlu. Bug reports must include a live demo of the issue. Per our contributing guidelines, please create a reduced test case on CodePen or StackBlitz and report back with your link, Bootstrap version, and specific browser and Operating System details.
Thanks @batje! This is indeed a duplicate so I'll close this one. @bounlu, you can add a comment in #37474 with your patch suggestion if it's not already mentioned in the discussion.
Prerequisites
Describe the issue
After submitting an editable field, the Console gives the below error even though the editing succeeds:
Reduced test cases
Replace this:
with this:
What operating system(s) are you seeing the problem on?
macOS, Linux
What browser(s) are you seeing the problem on?
Chrome, Firefox
What version of Bootstrap are you using?
5.3.1
The text was updated successfully, but these errors were encountered: