ctrlplusb / react-async-bootstrapper

Execute a bootstrap method on your React/Preact components. Useful for data prefetching and other activities.
MIT License
117 stars 12 forks source link

Renamed asyncBootsrap to bootstrap for v2 but still see warning #9

Closed codeBelt closed 6 years ago

codeBelt commented 6 years ago

Updated both my JavaScript and TypeScript example projects. Renamed asyncBootsrap to bootstrap and still get the warning:

"react-async-bootstrapper" deprecation notice: please rename your "asyncBootsrap" methods to "bootstrap"

JavaScript Changes TypeScript Changes

ctrlplusb commented 6 years ago

Dropped a review on your PR 👍