Mark Ni
Mark Ni
``` PS D:\Github> brunch new https://github.com/Anonyfox/node-webkit-hipster-seed testapp 14 Nov 08:41:22 - log: Cloning git repo "https://github.com/Anonyfox/node-webkit-hipster-s 14 Nov 08:41:28 - log: Created skeleton directory layout 14 Nov 08:41:28 - log:...
We are using List and CellMeasurer in our project, we noticed our list scroll up after `cache.clear(10)` is called. After logging everything, here is what happens: Basic code: ``` cache.clear(10);...
- **System used**: - iOS: 15.1.1 - Chrome: 96.0.4664.53 - **Steps to reproduce the issue**: 1. open react-otp-input demo in iOS Chrome 2. send yourself an OTP code via SMS...
## Background #455 added `split_on_word` when `max_len` is set. This prevented single word being split into half while using max-len setting. I think it would be beneficial to have another...