@bigbinary/neeto-molecules 3.16.47 → 3.16.48

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.
@@ -1833,7 +1833,9 @@ var ShareViaLink = function ShareViaLink(_ref) {
1833
1833
  return /*#__PURE__*/React.createElement(PrivateRoute, {
1834
1834
  permissions: permissions,
1835
1835
  exact: true,
1836
- component: element,
1836
+ component: function component() {
1837
+ return element;
1838
+ },
1837
1839
  key: link,
1838
1840
  path: path || link
1839
1841
  });