Kiran Abburi

Results 31 comments of Kiran Abburi

I temporarily got around this problem by changing the tag regular expression in HAML_REGEX of hamlpy.elements module old tag regex: (?P%\w+(\:\w+)?)? changed tag regex: (?P%\w+(\-\w+)?(\:\w+)?)?

@ostrebler I was able to pass object as variable to mutation in this example https://codesandbox.io/s/ll7xvxq0xq ``` const setUserMutation = gql` mutation setUser($user: User) { setUser(user: $user) @client } `; ```...

I tried the demo and it is working as expected. Can you record a video of the issue and share it?

@YossOviedo You can use custom paging feature for your usecase https://react-slick.neostack.com/docs/example/custom-paging

Can you give a code sample

You can set [accessibility](https://react-slick.neostack.com/docs/api#accessibility) setting to false

On which browser and os you are seeing this issue ? I don't see this issue in mac and chrome

@AHB @mpaulucci Release 0.11.1 with this fix. Can you check

@maddhruv Yes, Sometimes flicker happens. We couldn't reproduce this issue reliably We should get back to this issue after fixing other issues