Yevgenii Mikhnytskyi
Yevgenii Mikhnytskyi
Hello, my query validation fails with error message: Variable "$variableName" is never used in operation "OperationName", while "$variableName" is used in this operation, but located in fragment which is imported...
Added reaction on `disableOnClickOutside` property change. Activates on `false`, deactivates on `true`. Currently this property affects activation only on component’s mount phase Fix for https://github.com/Pomax/react-onclickoutside/issues/317
Hello, It seems that after last update i should explicitly call `enableOnClickOutside` method to enable functionality if initially `disableOnClickOutside` property was `false`. It's not the way it used to work...