Michael Romanenko
Michael Romanenko
Check for null properties and freeze functions as well
I suggest to keep 'simple_form' class to show, that form is generated with simple form, not a default builder (sometimes it is convenient to use default one) and add 'segment'...
I suggest to keep 'simple_form' class to show, that form is generated with simple form, not a default builder (sometimes it is convenient to use default one) and add 'segment'...
Hello! Trying to plug this component in, but it gives an error: `Uncaught TypeError: Super expression must either be null or a function, not undefined`. Tried to add `constructor(props) {...
Deployment breaks with error: ``` BrowserifyRails::BrowserifyError: browserify could not be found at /var/www/sample-project/releases/20140412164424/./node_modules/.bin/browserify. Please run npm install. ``` As I understand, currently, path to browserify executable is [set as a...