unsure why this import was wrong in the first place but it was a simple edit. i also dont really understand why this code is here in the first place? at least the stock social-app source code doesnt do this at all
+1
-1
src/components/forms/TextField.tsx
+1
-1
src/components/forms/TextField.tsx
···
25
25
import {useInteractionState} from '#/components/hooks/useInteractionState'
26
26
import {type Props as SVGIconProps} from '#/components/icons/common'
27
27
import {Text} from '#/components/Typography'
28
-
import {IS_WEB} from '#/env/index.web'
28
+
import {IS_WEB} from '#/env'
29
29
30
30
const Context = createContext<{
31
31
inputRef: React.RefObject<TextInput | null> | null
History
1 round
1 comment
daniela.lol
submitted
#0
1 commit
expand
collapse
fix IS_WEB import
expand 1 comment
pull request successfully merged
this was my fault sorry ๐