petrakoww

Results 7 comments of petrakoww

If i use npm install -f i get this error: ``` throw Error( "Invalid hook call. Hooks can only be called inside of the body of a function component. This...

Using the first solution works. But with the second I'm getting the fields but with no values. ![image](https://user-images.githubusercontent.com/71382276/193777433-a6f4182b-7036-4186-92a9-43e899a6736b.png) ![image](https://user-images.githubusercontent.com/71382276/193777271-f141aef3-42a6-4553-85cd-d736fa0f0cba.png)

``` "params":{ "_id":"633bf47f72bb0e3f0e371d12", "array.0.material.name":"testName", "array.0.material.colors.0.name":"colorName", "test":"test" }, ```

There has been a mistake in the description. My version is 6.2.4.

@dziraf I want to rename a label, but despite reading all the issues and the docs about using locale, I still can't get the desired result. This is my code:...

I found that if I edit the document's bucket to ../../../static/colors it works or kinda works. ![image](https://user-images.githubusercontent.com/71382276/196185734-daae071a-7b22-4b39-ac6e-ac4b30ef4fa2.png) But if I set the provider to local: { bucket: '../../../static/colors' } it...

@dziraf Do you have any idea what causes the problem?