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

Query definition gets wrong constructor type if query returns a string or observable of string #14

Open
einari opened this issue Feb 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@einari
Copy link
Contributor

einari commented Feb 21, 2023

The generated proxy gets a constructor looking like:

constructor() {
    super(string, false);
}

while it should've been the constructor version of string -> String:

constructor() {
    super(String, false);
}
@einari einari added the bug Something isn't working label Feb 21, 2023
@einari einari transferred this issue from Cratis/Chronicle May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant