mobigrid-module 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.esm.js.map +1 -1
- package/dist/index.tsx.map +1 -1
- package/index.tsx +1 -1
- package/package.json +1 -1
package/index.tsx
CHANGED
@@ -22,7 +22,7 @@ const MobigridModule = ({
|
|
22
22
|
preJsUrl,
|
23
23
|
itemsPerPage = ITEMS_PER_PAGE,
|
24
24
|
children,
|
25
|
-
}: ContainerProps) {
|
25
|
+
}: ContainerProps) => {
|
26
26
|
const [config, setConfig] = useState<any>(null);
|
27
27
|
const [invalidConfig, setInvalidConfig] = useState(false);
|
28
28
|
const [errors, setErrors] = useState<
|