This version has the following breaking changes:
-
waitFor
now defaults to displaying theLoadingSpinner
fromlp-components
instead of theLoading...
message. -
addDefaultClass
has been renamed towithClassName
-
waitForResponse
has been removed. It can be replaced bywaitFor
andlp-redux-api
selectors. -
The
name
prop is now required in themodal
component. The usage ofdisplayName
is no longer supported:
// use:
export default modal({ name: 'AlertModal' })
// instead of:
AlertModal.displayName = 'AlertModal'