mother / react-files

A file input (dropzone) management component for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

server-side rendering causes an error in 2.4.5

jin-z opened this issue · comments

commented

This was working 2.4.3 - it appears that in the latest version, a reference to "window" is being used (which would cause problems when doing server-side rendering).
capture

PR #19 should address this issue although it's a temporary workaround until the webpack maintainers put out a fix.

Fixed in 2.4.6