Conor

Results 8 comments of Conor

Seeing this issue as well "react-native": "0.67.0-rc.6" xcode: 12.5.1

Sorry if I'm late to the party, is there any movement on the navbar sub menus? Would love to have the option and appreciate your work/effort!

Can confirm was getting the same issue when using docker (on my m1 mac) with image `node:20-alpine`, using `node:22.3.0-alpine3.19` fixes the issue.

Here's a [patch package](https://www.npmjs.com/package/patch-package) in the meantime with an identical solution to the linked PR. [@foal+core+4.4.0.patch](https://github.com/user-attachments/files/16102912/%40foal%2Bcore%2B4.4.0.patch)

I added another patch package [here](https://gist.github.com/ConorCorp/85e4cffefaf32384e4af8c7c7c19cc7c) which also adds typing to the query params. I didn't put it in the PR as I haven't heard back anything yet. Can add...

Awesome! Looking forward to checking it out. Thanks mate.

I was able to fix this for now, but its a bit janky. My solution 1. Use a grid instead of a table-row/table-cell: `grid-cols-[min-content_auto]`. 2. Add `w-20 md:w-full` to ``...

Small side note: `npm run start-docker` fails on the m1 macs due to the old versions of postgres and mysql not support arm processors. I had to run higher versions...