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

weird type checking issues with matching types #375

Open
Kokujou opened this issue Oct 24, 2024 · 1 comment
Open

weird type checking issues with matching types #375

Kokujou opened this issue Oct 24, 2024 · 1 comment

Comments

@Kokujou
Copy link

Kokujou commented Oct 24, 2024

i'm having this pretty frequently by now, for some reason, when i declare a property

@property({type : Object}) public declare myProperty : MyType;

and do literally the same thing in my using class, i get the error

grafik

i know, deep object comparison is a difficult task, but at least checking type name equality should be possible right?

@patorpey
Copy link

This appears to be the same as or similar issue to #154 .

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

2 participants