Ernest
Ernest
@cojack I've added simple fix for the issue could you update your angular-gettext to master or v2.3.1 and let me know if it fixes your problems?
With latest react (0.68.1) it started to cause errors rather than warnings. ``` Compilation with Kotlin compile daemon was not successful java.rmi.ServerError: Error occurred in server thread; nested exception is:...
This is caused by stricter typing used in modern `react` / `typescript`. As of writing this `@radix-ui/primitives` builds are dev dependent on `"typescript": "^4.6.3"` and `"react": "^18.0.0"`. If you see...
> @IShotTheSheriff Any idea when this will be resolved? Hey sorry, no idea when this will be properly solved across all components just yet.
In my case it's broken because of imports. By default `espree` engine for parsing use `script` option. When your project uses modules it has to be set to `module`. ```...