Skip to content

Instantly share code, notes, and snippets.

@seanrasmussen
Last active October 21, 2016 15:50
Show Gist options
  • Save seanrasmussen/785e16de516eeef7d42739a952814cd2 to your computer and use it in GitHub Desktop.
Save seanrasmussen/785e16de516eeef7d42739a952814cd2 to your computer and use it in GitHub Desktop.
nested single JSON object temporary fix
Manually setting the object from the data works....
In AppState
-------------
@action setSingle(data) {
this.item = {
title: data.title.rendered,
content: data.content.rendered
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment