Danko Kozar

Results 15 comments of Danko Kozar

![image](https://user-images.githubusercontent.com/1078403/78671579-65d54980-78d7-11ea-9735-e2475b744f58.png)

@rneher it seems to be a cosmetic issue only (and the link is a bit longer). The link normally deserializes to the original object, both in tests and browser: ![image](https://user-images.githubusercontent.com/1078403/78826652-c51b8280-79d9-11ea-92d8-a9ab7d6d9d67.png)...

We’re using JSURL version 0.1.5: https://github.com/neherlab/covid19_scenarios/blob/master/package.json

Cheers mate! 👍 I'm merging your request. Hopefully nothing will break (last time I checked Unity was ignoring missing scripts).

"I don't know what exactly version of Unity you use" - as for the version, I haven't been around Unity for years now. I don't even have it installed on...

The files should also be removed from eDriven GUI: https://github.com/dkozar/edriven-gui/issues/1 I guess this will break some demos (at least their 3d backgrounds, not the GUI).

Unfortunatelly, this library is not in active development anymore. I'm not updating it to the newer versions of React. It could serve as a guideline or learning resource.

Interesting. Here's the GridLayout version, works fine in the demo: https://codesandbox.io/s/wonderful-alex-x8h9d4?file=/src/ShowcaseLayout.js I'm wondering what's different? Here's one thing I see: in the demo, the children are re-generated with each render:...

Here's what I believe the optimal use case should look like. `children` are passed from the parent (and are stabilized), and GridLayout should just decorate each child with draggable and...

Here's my final demo: https://codesandbox.io/s/musing-bas-txnszm?file=/src/ShowcaseLayout.js Children are created once, so re-rendering doesn't affect their creation: ![2023-09-13_16-00-32](https://github.com/react-grid-layout/react-grid-layout/assets/1078403/7f31474c-f326-4431-b5e2-c40c59b89e83) You'll see that, after toggling the Edit button, you'll have to resize the screen...