Daniel Scott
Daniel Scott
I just got this error too. I am running: ``` Operating System: Platform: linux Arch: x64 Version: #34-Ubuntu SMP Wed May 18 13:34:26 UTC 2022 Binaries: Node: 14.18.1 npm: 8.6.0...
I am getting the error still, but it is no longer fatal after my latest ubuntu update. it just logs it and seems to not care past that. Also, it...
@theoephraim , #428 Seems to have added insertDimension.
You can use include without quotes on your pathname and it seems to work. ```ejs ```
You can access the redux store in actions by providing a second function paramater nominally named getState which is a Function. To then get the state you would do something...
Any solution to this yet?
Mine works on mobile (emulated and android) but is breaking specifically on iOS devices... (both chrome and safari) Unlike with your problem I am not using reverse.
Yeah I have same issue currently doing this: ```js const ItemContainerComponent = useMemo( () => (editMode ? DroppableItemContainer : ItemContainer), [editMode] ); ``` Which isn't super bad, would be easier...
@samos123 Had this same problem. I got around it by copying my env into the working dir (I am using the example where the build happens in app and is...
you could have state in your drag component and then disable updating position unless the user has double clicked?