Stefan Winkler
Stefan Winkler
Since React 15.5, PropTypes were removed from react itself and must now be imported from "prop-types". This breaks react-layer-stack, because all type definitions here still try to access _react2.default.PropTypes.something, but...
I'm currently quite stumped at the behavior of the middleware when it comes to requesting resources that have an example specified in the schema definition. I expected a request to...
I added some functionality to enable cyclic sliding by adding the new "transitionType" option "cycle". With this, when the last slide is reached and the "next" link is clicked, it...
While this editor is very useful, it lacks one important feature: I can't download the generated material as json-encoded babylon material objects. While the "export to JS" function is quite...