design-react-kit 5.8.2 → 5.8.3

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
@@ -25,7 +25,7 @@
25
25
  "bugs": {
26
26
  "url": "https://github.com/italia/design-react-kit/issues"
27
27
  },
28
- "version": "5.8.2",
28
+ "version": "5.8.3",
29
29
  "license": "BSD-3",
30
30
  "type": "module",
31
31
  "module": "./dist/index.js",
@@ -113,7 +113,7 @@ export const Video: FC<VideoProps> = (props) => {
113
113
  instance.dispose();
114
114
  }
115
115
  };
116
- }, [instance]);
116
+ }, []);
117
117
 
118
118
  const loadYouTubeVideo = (url: string) => {
119
119
  if (instance) {