Erik Froese
Erik Froese
SPAs need to forward all 404s to `index.html` for svelte-routing to be able to do it's thing. This adds documentation instructing users to do that if necessary.
Hello, Google has slightly changed the way some of their keys are generated, so I thought it might be helpful to update the readme file. Thanks for all your work...
**Issue:** When validating user input errors, the type of "error" returned by `recurly.token` in this example, `recurly.token(formRef.current, (error, token) => {}` does not match the `RecurlyError` type [defined by Recurly.js...