redux-form/redux-form

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

Open

#3,669 opened on 2017年12月7日

GitHub で見る
 (4 comments) (1 reaction) (0 assignees)JavaScript (12,592 stars) (1,683 forks)batch import
Version 7bughelp wanted

説明

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

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