-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug when stream can emit nulls #1
Comments
I've changed the ReactiveClass render method with: |
Well, a stream can emit everything at every time, but If I remove And since children is just a prop of props, but I change the total children to a stream just because one of the children is a stream, then should I change the total of a prop to a stream just because some inner prop of the prop is a stream? ... I don't know... Maybe the best way is just remove the concept of
I really don't know which is the best... Hoping at some time, the react like library can return some more type like string, array, null... |
See attached code:
https://esnextb.in/?gist=0417b9e27e3ef0ad1111c88149d53a7c
The text was updated successfully, but these errors were encountered: