We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae8644 commit 6c5d692Copy full SHA for 6c5d692
1 file changed
docs/setting-up.md
@@ -180,7 +180,9 @@ export function configureApp() {
180
*/
181
registerNodeDisposalCallback((node) => {
182
// Example: Dispose Bootstrap tooltips/popovers
183
- // if (node._bootstrap_tooltip) node._bootstrap_tooltip.dispose();
+ // if bootstrap.Tooltip.getInstance(node) {
184
+ // bootstrap.Tooltip.getInstance(node).dispose();
185
+ // }
186
});
187
}
188
0 commit comments