diff --git a/packages/render-html/src/context/ListStyleSpecsProvider.tsx b/packages/render-html/src/context/ListStyleSpecsProvider.tsx index 822a4b76d..17226fc6c 100644 --- a/packages/render-html/src/context/ListStyleSpecsProvider.tsx +++ b/packages/render-html/src/context/ListStyleSpecsProvider.tsx @@ -1,6 +1,6 @@ /* eslint-disable react-native/no-inline-styles */ import { MarkerBoxProps } from '@jsamr/react-native-li'; -import { mapObjIndexed } from 'ramda'; +import mapObjIndexed from 'ramda/src/mapObjIndexed'; import React, { createContext, PropsWithChildren,