Skip to content

Commit d4e27b6

Browse files
authored
build: change mapObjIndexed import from ramda to avoid bloated bundle (#636)
1 parent a02be71 commit d4e27b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render-html/src/context/ListStyleSpecsProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable react-native/no-inline-styles */
22
import { MarkerBoxProps } from '@jsamr/react-native-li';
3-
import { mapObjIndexed } from 'ramda';
3+
import mapObjIndexed from 'ramda/src/mapObjIndexed';
44
import React, {
55
createContext,
66
PropsWithChildren,

0 commit comments

Comments
 (0)