Cody Douglass
Cody Douglass
@mmos I don't see where you're getting that "typical" data flow from... The alt documentation clearly says that datasources should be connected to the store because of the fact that...
@cveilleux The discussion here was centered around the data comes from initially and the flow of that data retrieval. In other words when you do component -> Action -> Store...
Also experiencing this issue on a nested object validation if anyone has found a solution?
I have created a workaround that solves the issue for my case of fading an element in only on the first render. If given the chance, I could make this...
Also have been experiencing this issue (even for songs with free downloads) and have not found a solution since the New Year. It seems like the extension is silently failing...
related but it feels like cursor should also be default/pointer whenever 0 is not in the `panOnDrag` array since the cursor is usually tied to your left click operation. Current...
I am currently just copying and pasting the long generated class names to override the z-index and background-color. It would be nice if there were just options built into the...
@moklick is the `paneClickDistance` prop on ReactFlow instance the one that should be used if we want to still trigger clicks when users accidentally make a small drag movement? We...
I see `nodeDragThreshold` as a prop option, but unfortunately that still doesn't allow it to trigger the `onClick` of an inner element whenever a small drag movement is made under...
ah okay, thanks for the heads up. I'll try updating then let you know if that fixes it for us. The problem with nodrag is that we do in fact...