Nathaniel Cook

Results 10 comments of Nathaniel Cook

I am also running into this issue and I'm not sure why. It doesn't seem related to the documentation I've seen revolving passing `registerChild` as a ref to my `div`...

It looks like if I do an undefined check beforehand I get the typings to do the following ``` const payload = user?.getSignInUserSession()?.getAccessToken().payload const groups = payload ? payload['cognito:groups'] :...

@reesscot would this issue be better suited for the `amazon-cognito-identity-js` repo, since that's where the `CognitoUser` interface is located (what `CognitoUserAmplify` extends)?

I'm having the same struggle as you @rodolphoasb in developing a vertical, sortable list. I'm using [this example from their docs](https://docs.dndkit.com/presets/sortable#drag-overlay) as a reference

Strict mode on: same results, loading stuck to true after completing a mutation Strict mode off: fixes it `@apollo/client: '3.6.2'`: fixes it Thanks @benjamn!

This happens on messenger.com as well. I don't know what the cause is, but just commenting to give more visibility on the issue.

I'm also seeing this issue. I have my XAxis set to `type='category'` with `allowDuplicatedCategory={false}` As you can see, one of the items should be `Nathaniel Cook: 2`, but both are...

After some seeing that I can pass data to the Line itself, I was able to get around this issue by no longer setting the data on the LineGraph component,...

bump. same for me, `--direct` displays the same output as without this flag