JSFiddle - React, Tailwind, and code Playground
JavaScript
initialize: function () {
if (!this.get('LineItems')) {
this.set({
LineItems: []
});
}
defaults: function() {
return {
LineItems: []
}
}
}