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
When I set multiple slimScroll definitions in same page even nested or side by side, I'm getting an error when I navigate to another page and it breaks app
ERROR DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. at SlimScrollDirective.destroy (http://localhost:4200/vendor.js:240031:15) at SlimScrollDirective.ngOnChanges (http://localhost:4200/vendor.js:239642:12) at SlimScrollDirective.rememberChangeHistoryAndInvokeOnChangesHook (http://localhost:4200/vendor.js:286231:14) at callHook (http://localhost:4200/vendor.js:287268:18) at callHooks (http://localhost:4200/vendor.js:287227:17) at executeInitAndCheckHooks (http://localhost:4200/vendor.js:287178:9) at refreshView (http://localhost:4200/vendor.js:294216:21) at refreshComponent (http://localhost:4200/vendor.js:295372:13) at refreshChildComponents (http://localhost:4200/vendor.js:293997:9) at refreshView (http://localhost:4200/vendor.js:294251:13)
The text was updated successfully, but these errors were encountered:
When I set multiple slimScroll definitions in same page even nested or side by side, I'm getting an error when I navigate to another page and it breaks app
ERROR DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. at SlimScrollDirective.destroy (http://localhost:4200/vendor.js:240031:15) at SlimScrollDirective.ngOnChanges (http://localhost:4200/vendor.js:239642:12) at SlimScrollDirective.rememberChangeHistoryAndInvokeOnChangesHook (http://localhost:4200/vendor.js:286231:14) at callHook (http://localhost:4200/vendor.js:287268:18) at callHooks (http://localhost:4200/vendor.js:287227:17) at executeInitAndCheckHooks (http://localhost:4200/vendor.js:287178:9) at refreshView (http://localhost:4200/vendor.js:294216:21) at refreshComponent (http://localhost:4200/vendor.js:295372:13) at refreshChildComponents (http://localhost:4200/vendor.js:293997:9) at refreshView (http://localhost:4200/vendor.js:294251:13)
The text was updated successfully, but these errors were encountered: