Kevin Danikowski

Results 7 comments of Kevin Danikowski

@tier42-mike If there is an initial state that would only change on a file change, we would need to do something to track the first onchange call so the component...

After looking into it, currently this package doesn't support this ability. I have added the ability and created a PR for it. **PS:** For anyone interested, I made this change...

@danielmichaelni I know this is a bit late, but do you mind showing your code? Not sure where exactly the import is supposed to come from. Thank you!

Hey @azu , do you know of a potentially recommended fill solution to add the quote in this scenario? Otherwise, I'm thinking to just remove quotes if it appears the...

Thank you!! ``` const client = await new TrustpilotApi({ key: 'xxx', secret: 'xxx', grantType: GrantType.client_credentials, baseUrl: 'https://api.trustpilot.com', }).authenticate() ``` finally worked