iam4x
iam4x
If we save some data, like the container node of our custom widget into `widgetParams` it would be great to have it with as param of the `unmountFn` 👍
Actually this widget does not have any styling. * [ ] Generate CSS inside instantsearch-theme-algolia * [ ] Document the import of noUiSlider css
``` jsx function foobar(DecoratedComponent) { return class Parent extends Component { state = { isActive: true } render() { const { isActive } = this.state; return ; } } }...
There's a known issue that babel6 doesn't export with CommonJS syntax so the build is un-usable into IE8. https://phabricator.babeljs.io/T2817#70267
this closes #23
Update test framework to use https://facebook.github.io/jest/ which is really fast on a lot of test files.