Closed pozylon closed 6 years ago
Uncaught TypeError: node.nodes.map is not a function NPM web pack build is not converting to es5.
For others that get this error, the data structure being provided to the preview is probably not in the documented format. In my case, the value was an object, not an array (ie a single node).
Uncaught TypeError: node.nodes.map is not a function NPM web pack build is not converting to es5.