Anton Fisher
Anton Fisher
Hi Alexey, I have some trouble with `use` option. My code was: ``` {() => } ``` But `MyComponent` did not get changed after update parent's property `item` from `item.children...
**Help needed**: update `./demo` to React 18 -- please make sure tests and builds are working.
Use modern babel versions, upgrade all `babel-*` dependencies to `@babel/*` ones.
Add `debug bool` arguments to the API functions: ```go mediaDevices.IsCameraOn(true) // prints native code debug to stdout mediaDevices.IsMicrophoneOn(false) // hides native code debug from stdout ```