nomcopter / react-mosaic

A React tiling window manager
https://nomcopter.github.io/react-mosaic/
Other
4.39k stars 226 forks source link

The icons of the header of each window disappeared after upgrade the @blueprintjs packages #187

Closed rislam169 closed 2 years ago

rislam169 commented 2 years ago

Bug report

Steps to reproduce

Please follow Code Sandbox

Actual behavior

The readme of the react-mosaic-component package states, that it can be used with the latest version of the @blueprintjs packages in order to provide a default theme, including icons for the header of each window (see examples in the readme file). However, when we have upgraded the @blueprintjs packages, the icons disappeared from the window headers

Expected behavior

The icons for the header of each window should visible properly.

nomcopter commented 2 years ago

You just need to set blueprintNamespace="bp4" in the root Mosaic's props - thanks for the tip though I'll update the README.