Alice
Alice
No, I had to work on something else :/ I created this issue mainly to inform you of the error
Hi, The rule is working fine, but I'm having trouble making it error instead of warn. tslint.json: ````json { "extends": [ "tslint:recommended", "tslint-react-hooks" ], ... "react-hooks-nesting": "error", "react-hooks/exhaustive-deps": "error", ......
This error message is ridiculously useless, unless you've only got 1 or 2 entities. I've got many, and all their keyFields are "id"! PLEASE add the entity name to the...
in order to make it work with typescript, I added a aframe.d.ts in src of my project: ``` declare module "aframe-react"; declare namespace JSX { interface IntrinsicElements { 'a-assets': any...
Im still having this issue, it is pretty problematic. Are there any news? For context: On my /foo/:id page, at the bottom i have a list of other /foo/:id links....
@robingenz Thank you!
I'm encountering this issue as well. The issue came up when I tried to publish the new version of my app on the app store. Email from Apple: > ITMS-91053:...
I have no idea how to fix this issue inside the lib, but I fixed it in my project by running the following script once I've generated my files: ```...