Render the `NotebookModal` only when `groupId` is defined
On Firefox, I have noticed that the notebook close button is briefly displayed and then hidden. This delay is probably caused by time that it takes to parse the CSS until it is applied. To avoid this 'blink' we render the component only when the `groupId` is set.
Showing
Please register or sign in to comment