coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
621 stars 358 forks source link

Show up error "Uncaught TypeError: Cannot read property 'destroy' of null" in console log #32

Open songliqiangcn opened 4 years ago

songliqiangcn commented 4 years ago

using "@coreui/coreui": "^3.0.0". Checking the chrome console log. Can see user messages below come up always in coreui.bundle.min.js:6

<div class="tooltip fade" role="tooltip" id="tooltip109586" style="margin: 0px;"><div class="tooltip-arrow" style=""></div><div class="tooltip-inner">Click to add permission</div></div>

Screen Shot 2020-06-04 at 11 20 58 am Screen Shot 2020-06-04 at 11 21 42 am Screen Shot 2020-06-04 at 11 22 40 am
HoughtonChristopher commented 4 years ago

if(_this2._popper != null){ _this2._popper.destroy(); }

Popper is being destroyed and it's never existed or parent is dead, I do the above locally which works.