* Create a component that will throw an exception when unmounted. * * Components like and can't be removed or added * easily in a cross-browser way, however it's valuable to be able to * take advantage of React's reconciliation for styling and * management. So
(tag)