prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
115 stars 5 forks source link

Serialize Devtools Plugin message data #144

Closed andrejak closed 4 years ago

andrejak commented 4 years ago

Realized parent actions were missing from the log, because the nextActions field was not serializable, which was causing an error in the plugin postMessage call. Added a very basic serialization step so that we now show all action in the devtools action log.