DeloitteAU / react-habitat

⚛️ 🛅 A React DOM Bootstrapper designed to harmonise a hybrid 'CMS + React' application.
Other
261 stars 42 forks source link

unmountHabitats does not exist on the type ReactHabitat.Bootstrapper #52

Open max-carroll opened 3 years ago

max-carroll commented 3 years ago

window.resetAllHabitats = () => { // eslint-disable-next-line this.unmountHabitats() this.update() }

it apperas taht unmountHabitats does not exist on type Bootstrap resulting in a linting error - however there seems to be no issue at runtime