In the file wm-blazor.slick-carousel.js on Line 107 the callback function is invoked without passing the configCallbacks parameter.
This results in callbacks being removed.
This causes issues when using multiple instances of the component in an application.
Current code:

Solution: add the parameters configCallbacks to the callback function invocation.

In the file wm-blazor.slick-carousel.js on Line 107 the callback function is invoked without passing the configCallbacks parameter.
This results in callbacks being removed.
This causes issues when using multiple instances of the component in an application.
Current code:

Solution: add the parameters configCallbacks to the callback function invocation.