Skip to content

Commit

Permalink
build: change mapObjIndexed import from ramda to avoid bloated bundle (
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert authored Jun 21, 2023
1 parent a02be71 commit d4e27b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit d4e27b6

Please sign in to comment.