@equinor/echo-framework 0.14.1-beta-1 → 0.14.1-beta-2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -42816,7 +42816,7 @@ const EchoEventHandler = ({
42816
42816
  return () => {
42817
42817
  unsubscribe();
42818
42818
  };
42819
- });
42819
+ }, []);
42820
42820
  useEffect(() => {
42821
42821
  document.addEventListener('contextmenu', copyText);
42822
42822
  return () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-framework",
3
- "version": "0.14.1-beta-1",
3
+ "version": "0.14.1-beta-2",
4
4
  "peerDependencies": {
5
5
  "@equinor/echo-base": ">= 0.6.12 < 0.7.0",
6
6
  "@equinor/echo-components": ">= 0.7.0 < 0.8.0",