Kevin T Bai

Results 3 comments of Kevin T Bai

Same issue on Ruby 2.1.5, [email protected] homebrew, OSX 10.15.2 Catalina, and DataMapper as the ORM, which rolls its own adapter. The segfault occurs when DM attempts to connect using libmysqlclient.18.dylib,...

Might be a workaround: Instead of calling reset, do it yourself in the reducer. Where you put in the formReducer, use the plugin function to intercept an action of your...

@jhondelbaguio try explicitly setting more of the redux state that redux form creates - set visited/touched to false, delete the values object completely, delete the sync errors object too. To...