This version has the following breaking changes:
-
waitFornow defaults to displaying theLoadingSpinnerfromlp-componentsinstead of theLoading...message. -
addDefaultClasshas been renamed towithClassName -
waitForResponsehas been removed. It can be replaced bywaitForandlp-redux-apiselectors. -
The
nameprop is now required in themodalcomponent. The usage ofdisplayNameis no longer supported:
// use:
export default modal({ name: 'AlertModal' })
// instead of:
AlertModal.displayName = 'AlertModal'