@codeleap/web 3.15.8 → 3.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeleap/web",
3
- "version": "3.15.8",
3
+ "version": "3.16.0",
4
4
  "main": "src/index.ts",
5
5
  "repository": {
6
6
  "url": "https://github.com/codeleap-uk/internal-libs-monorepo.git",
@@ -116,8 +116,7 @@ const PagerComponent = (
116
116
 
117
117
  useImperativeHandle(ref, () => ({
118
118
  goTo,
119
- ...sliderRef.current,
120
- }), [!!sliderRef?.current])
119
+ }))
121
120
 
122
121
  onUpdate(() => {
123
122
  goTo(page)