initialValues(redux-form) not working for wysiwyg editor

Hey there.

I’m new to react (well not a complete beginner), and I am stuck on this project I have been working on.I’m am using react-draft-wysiwyg inside redux-form.

Everything is working just fine, the only thing is that i can’t seem to be able to make initialValues work for the wysiwyg editor Field and only for that Field.

It works for Other Fields in my Form .

You can see the code and the problem at the link below on stackoverflow.

Would appreciate if someone could help.