kainosk.obata
kainosk.obata
I want to stub `inout` parameter. Like below. ```swift // This is a protocol which uses `inout` parameter. protocol InoutProtocol { func doSomething(inoutValue: inout Int) } // In test code,...
This fixes #118 The cause of #118 is lack of calling `_renderBoxInitialization` method on `onPointerDown` callback. So I simply will call the method when trackbar's `onPointerDown` is called. I confirmed...
#### Problem: Wrong values are notified when following below steps. 1. Change values property while page transition. 2. Drag outside of thumb 3. Wrong values are notified from slider and...
Previously, bridgeAuthToken was always generated at build time using nanoid(), which meant the token value was not known until the build completed. This made it difficult to coordinate with external...