Andrey Tsarev

Results 24 comments of Andrey Tsarev

Managed to install it by adding the following to my Dockerfile: ```Dockerfile USER root RUN apt-get update COPY --chmod=755 docker/install_uopz.sh /usr/local/lib/thecodingmachine-php/extensions/current/uopz/install_uopz.sh RUN cd /usr/local/lib/thecodingmachine-php/extensions/current/uopz && ./install_uopz.sh USER docker ``` One...

For me this is also happening in Expo development build. I'm **not** using Expo Go. Currently it's breaking the e2e tests because tab navigation can't be pressed when the error...

I have the same issue. However, when using the `@tiptap/react/dist/menus` option I get `Package subpath './dist/menus' is not defined by "exports" in [filepath]`