Alexey Lyakhov
Alexey Lyakhov
@jpoehnelt it turns out, there is already an issue exists https://issuetracker.google.com/issues/35819089
yes it can, did that multiple times. Please rewrite your `export default` to use `memo(MyComponent)` for perf
I've fixed type declarations and created PR https://github.com/serverless/typescript/pull/44
@luisoliva1 There is multiple issues with your example. please do not store const in the component - move it out. Add performance optimizations with hooks and memo. Use eslint with...
The problem is class component itself. it require rewrite to functional component with hooks.
try OverlayViewF if exists. around half of components are refactored to hooks. Other are waiting for refactoring. If you need some component, and it is still class based - by...
please provide minimal reproduction on codesandbox.io
@rogerwang Got same issue in the project. Please reopen. ``` [5060:775:1107/184940.492307:ERROR:device_event_log_impl.cc(208)] [18:49:40.492] FIDO: touch_id_context.mm:125 Touch ID authenticator unavailable because keychain-access-group entitlement is missing or incorrect ``` My client can provide...
I have dug deeper, and I've read documentation, and I understand that there is an issue with signing an app before running it. Apple prevents unsigned applications to execute. I...