redux-form/redux-form

Module not found: Error: Can't resolve 'redux-form/es/FieldProps'

オープン

#3,669 opened on 2017/12/07

 (4 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (1,683 件のフォーク)batch import
Version 7bughelp wanted

Repository metrics

Stars
 (12,592 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

bug report

What is the current behavior?

import type { FieldProps } from 'redux-form'

const renderField = (props: FieldProps) => {...}

Throws Module not found: Error: Can't resolve 'redux-form/es/FieldProps' error

What is the expected behavior?

Shouldn't throw this error.

What's your environment?

Node 8.4.0 Windows 7 x64

コントリビューターガイド