Sharon Yogev

Results 6 comments of Sharon Yogev

Hi, this is because [`compileSingleKey`](https://github.com/lingui/js-lingui/blob/0e270a394e3317dd243519445feafae8b6e3214c/packages/cli/src/api/compile.ts#L28) uses the `key` and not the `translation` But, when I tried to replace it with `translation` some of the translations failed the compilation process, for...

> For the `TAG` part I think it would be ok to have other values. Currently the restriction is applied via this: > > [`VALID_RELEASE_TAG_VALUES = ("alpha", "beta", "rc", "post",...

I think it's related to this issue: https://github.com/TanStack/router/issues/5130, maybe even exactly the same bug of getting undefined context

I see a similar problem in my codebase, I have a shared utils library with a server function, and 2 applications, one is calling the server function from the client,...

BTW, the documentation says clearly that server function can be used in other server functions https://tanstack.com/start/latest/docs/framework/react/guide/server-functions#where-to-call-server-functions and it's not stated at all that in order to use a server function...