-
Hello,
I'm trying to export an object that has a nested object, but when I do, the values for that column appear as `[object Object]`.
-
https://github.com/cosmos/groups-ui/blob/master/src/shared-state/groups-store.ts#L363
- [ ] fix type issue in comment below
- [ ] fix the interface so developer doesn't have to encode `decisionPol…
-
Hi,
Is it possible to deserialize nested Objects?
Given classes
```
class A{
String name
}
```
```
class B {
int prop
A someA
}
```
and json
```
[
{
"someA…
-
Nice package !
How would it work if I want to commit the input value and the selected options in the Vuex store (without the "label" string so that the object I send matches my Vuex store object) ?…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
I apologize in advance if this is not the right location to ask t…
-
Hello, let me create a first issue here.
Is there any way to create nested objects using firebase-resource?
-
### Describe the bug
If you change the text in the input the condition doesn't change.
### Reproduction
https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACp2RS2uFMBCF_0oY7kJBdG9V6KaLS2kXXTZd-Ihl…
-
Trying to type nested objects seems unnecessarily verbose.
According to the documentation, typing objects is possible via classes or modules.
In order to type an object with nested properties, at …
-
**Do you want to request a feature or report a bug?**
bug/question
**What is the current behavior?**
When working with a nested data structure I am getting an empty type in place of an object:
…
-
I am indexing a category structure, and if categories live as children of another category, they are listed inside a `children_data` field.
```
"_index": "storefront_catalog",
"_…