-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File input lastModifiedDate #38
Comments
I'm sorry, but that looks like a particular case, when this is intended as a general use case. Maybe you can use |
@leoasis It's not the specific framework case, it is how DOM file API works, as I understand when you store file data at store , input asynchronously update already stored file field |
This is still not general enough for a plugin that aims to detect immutability in a generic state managment library like redux. Also, the DOM itself is mutable so you shouldn't be using such objects as part of the state, unless you know what you're doing and know how that works with respect to the optimizations that redux does because of assuming the state is mutable. |
Maybe add to ignore this case? BBB/dropzone-redux-form-example#5
The text was updated successfully, but these errors were encountered: