@teamturing/react-kit 2.7.1 → 2.7.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.
package/dist/index.js CHANGED
@@ -17586,7 +17586,7 @@ const GridView = ({
17586
17586
  const ViewComponent = getViewComponent(viewContainer);
17587
17587
  return /*#__PURE__*/jsxRuntimeExports.jsx(ViewComponent, {
17588
17588
  view: viewContainer.view
17589
- });
17589
+ }, viewContainer.id);
17590
17590
  })
17591
17591
  }, unitKey);
17592
17592
  })
@@ -23,7 +23,7 @@ const GridView = ({
23
23
  const ViewComponent = getViewComponent(viewContainer);
24
24
  return /*#__PURE__*/jsxRuntimeExports.jsx(ViewComponent, {
25
25
  view: viewContainer.view
26
- });
26
+ }, viewContainer.id);
27
27
  })
28
28
  }, unitKey);
29
29
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "React components, hooks for create teamturing web application",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -57,5 +57,5 @@
57
57
  "react-is": "^18.2.0",
58
58
  "styled-system": "^5.1.5"
59
59
  },
60
- "gitHead": "862abe97e52c35bcb94b84a3cc5689bee8818afe"
60
+ "gitHead": "3444bbf74612c11a443c618b18862927ecc6bc71"
61
61
  }