Austin
Austin
Duplicate of #6478
PR for fix is in queue, some other PRs need to get merged before it can go in though.
Been testing autosize and seems to work pretty well.
@JiaLiPassion - Awesome stuff! @mhevery - any idea when this could get merged up?
Thanks for the update @JiaLiPassion ... I was able to temp work around it by transpiling my code from ES2017 to ES2016 which sucks but is ok for short term.
Nothing here - this change makes it REALLY difficult to do CI/CD since it needs to be installed globally and can't be cached easily.
Almost a year now and no traction :(
Why is this stale?
Why is this stale?
@hyprstack - I finally got it working, heres what I ended up with on the frontend: ```ts const auth = { type: AWS_CUSTOM_CONFIG.aws_appsync_authenticationType as 'OPENID_CONNECT', jwtToken: () => { //...