We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you fail to specify the generic type for the creation of an observable, the build fails with no error.
Here's a sample class
public class SampleCode { Observable<bool> flag = Knockout.Observable(false); }
Notice the generic type is specified in the declaration but not in the initial assignment. Is this related to Issue #322 or is it something different?
I can produce this with 0.7.5.1, not sure if it affects 0.8.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you fail to specify the generic type for the creation of an observable, the build fails with no error.
Here's a sample class
Notice the generic type is specified in the declaration but not in the initial assignment. Is this related to Issue #322 or is it something different?
I can produce this with 0.7.5.1, not sure if it affects 0.8.
The text was updated successfully, but these errors were encountered: