@momo-kits/foundation 0.113.0-optimize.2 → 0.113.0-optimize.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.
@@ -224,8 +224,10 @@ const HeaderToolkitAction: React.FC<any> = ({
224
224
 
225
225
  navigator?.maxApi?.dispatchFunction?.(
226
226
  'showTools',
227
- tools,
228
- context,
227
+ {
228
+ tools,
229
+ context,
230
+ },
229
231
  (key: string) => {
230
232
  for (const group of tools) {
231
233
  const pressedTool = group?.items?.find?.(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.113.0-optimize.2",
3
+ "version": "0.113.0-optimize.3",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},