Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsupported type: array when ID withh uuid.UUID #51

Open
LangPham opened this issue Apr 15, 2021 · 3 comments
Open

unsupported type: array when ID withh uuid.UUID #51

LangPham opened this issue Apr 15, 2021 · 3 comments

Comments

@LangPham
Copy link

unsupported type: array when ID withh uuid.UUID

@MarkDavidGoddard
Copy link

I was able to get this to work using a custom differ for uuid.UUID. Also, make sure to DisableStructValues if you are using uuid.UUID as an identifier for items that appear in slices or maps.

@FarhanSajid1
Copy link
Contributor

Any concrete way of avoiding or fixing this?

@FarhanSajid1
Copy link
Contributor

I was able to avoid this by adding arrays as a type, not sure if there are some implications that I'm missing, but it satisfies my usecase.
#66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants