Junshan Liu
Results
2
issues of
Junshan Liu
When we call `beginOAuth2` with the redirectUri that has query param, after call `completeOAuth2`, it reports `invalid redirect uri` error. After dig around, we find the token endpoint needs the...
After the value is formatted, there maybe multiple `.` in the string, the last `.` should be replaced by `decimalSeparator` instead of the first one. https://github.com/react-component/input-number/blob/master/src/index.js#L453