dispose()

in src/ReduxDomFactory.js [43:47]


	dispose(target) {
		if (target) {
			ReactDom.unmountComponentAtNode(target);
		}
	}