nealus

Results 89 comments of nealus

You could try https://www.npmjs.com/package/flexlayout-react for tabs ![image](https://user-images.githubusercontent.com/16133809/44153769-051a5eb0-a0a1-11e8-9da2-f9e700be8ab7.png)

try setting the global attribute tabEnableRenderOnDemand: false ``` "global": { "tabEnableRenderOnDemand": false }, ```

I like that idea and will think about how it can be implemented

Can you give more details: is this in all tabs (or just popped out tabs)?, what browser, any messages in the console ...

Can you create a simple program/JSFiddle that I can run to debug this problem?

v0.7.0 has been updated to React 18 peer dependencies

found this; https://github.com/skypackjs/skypack-cdn/issues/88

you can create a ref to the sublayout when you create it in the outer layout factor() method

Good ideas, that I will add to the list of requested improvements, but no immediate plans in that area.

Code looks OK, what error are you getting? Have you got css for your root element to give it a size? e.g. ``` html,body { height: 100%; margin: 0; padding:...