Skip to content

@blueprintjs/core@1.37.0

Compare
Choose a tag to compare
@giladgray giladgray released this 18 May 22:29
· 2629 commits to develop since this release
  • new icons: crown, shield, tree-diagram (#2519, #2448)
  • Toaster.create() throws an error if ReactDOM.render() returns null (#2523)
    • React 16 has a breaking change where ReactDOM.render() returns null if invoked within a lifecycle method, which breaks the Toaster.create() contract of returning a Toaster instance
    • we handle this by throwing an error, forcing you to refactor your usage of the Toaster to either an element ref or a singleton module