Aral Roca Gomez
Aral Roca Gomez
After researching I see that replacing the current store subscription implementation to [`useSyncExternalStore`](https://reactjs.org/docs/hooks-reference.html#usesyncexternalstore) it should fix this. So we will prioritize changing the subscription system, apart from the fact that...
I have the same error executing `bunx my-package` and is just a file in bash (`.sh`). And with npx works fine...
> We've since fixed this issue. As of Bun v1.0.7, this error no longer occurs. If you can still run into this problem after upgrading, please feel free to re-open...
in the end, I solved it by changing the bin from `.sh` to `.cjs` with `#!/usr/bin/env node` shebang
Also interested in this... We are working in a mono repo with different projects and want to share a package between them using `combine` and `references`, and I think this...
Not yet, I will try to prioritize. However feel free to PR if you are in a rush with this issue
It should be solved in Next-translate 2.0.0-canary.3 I'm going yo close the issue. Feel free to comment here if the problem stills here, but we replaced all regex to a...
Already supported in 2.0 😊
Already supported in new versions in `defaultNS` configuration https://github.com/aralroca/next-translate#3-configuration
@trungls1706 can you verify if is already solved in next-translate [2.0.0-canary.2](https://github.com/aralroca/next-translate/releases/tag/2.0.0-canary.2)? In order to use 2.0.0-canary.2, you need to install this devDependency: `yarn add [email protected] -D`, because we moved our...