You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AmpersanJS app when trying to save a model, follwoing error is thrown.
Uncaught TypeError: def.values.join is not a function
at child.set (ampersand-state.js:210)
at child.save (ampersand-model.js:41)
at import-nav.js:80
at arrayEach (index.js:1289)
at Function.<anonymous> (index.js:3345)
at Constructor.confirmImport (import-nav.js:71)
at Object.executeDispatch (EventPluginUtils.js:110)
at executeDispatch (SimpleEventPlugin.js:305)
at forEachEventDispatch (EventPluginUtils.js:98)
at Object.executeDispatchesInOrder (EventPluginUtils.js:119)
The text was updated successfully, but these errors were encountered:
In AmpersanJS app when trying to save a model, follwoing error is thrown.
The text was updated successfully, but these errors were encountered: