Micael Thet

Results 5 issues of Micael Thet

**BUG:** - When hot update has maked and change any propy on less, the compilation of less or antd-theme-generator, idk, crashing my app, a try seting node memo to 8gb,...

To run in 31 SDK, need change: https://developer.android.com/about/versions/12/behavior-changes-12#exported

### Feature request Install [fontconfig](https://pkgs.alpinelinux.org/package/edge/main/armv7/fontconfig), when use node-canvas. ### Motivation Right, I've been using the node-canvas in railway, but when I use that, only libuuid and libGL are installed, through...

feature request

This update gave me performance and conflict resolution

# My problem I need save postal zip code in state inside my component, but: # Code ```jsx { const code = details?.address_components.find( (addressComponent) => addressComponent.types.includes('postal_code'), )?.short_name; setZipCode(code); }} fetchDetails={true}...

question