JarkkoLietolahti
JarkkoLietolahti
Hmm.. Auto prefixing migh cause some other issues (like you need to know that somethings going to be auto prefixed). E.g. when manually (editing JSON) adding the page to a...
Also needed to the client startup section. So: client_imports and server_imports
- Support for join to the same collection (once or more times) e.g. parent/child - Support for multiple joins to a different but same collection e.g. typing through a collection
Ditto, sometimes it keeps adding the spaces and sometimes it's stop after certain amount of extra identing ;) ``` javascript const ListComponent = React.createClass({ render: function() { const value =...