Issue with useRefract
See original GitHub issueHello,
I keep getting this error when I update material-ui from version 3.9.3 to 4.0.0.
TypeError: You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
at Object.exports.subscribeTo (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:74727)
at Object.from (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:76131)
at data (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:73708)
at createComponent (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:73709)
at configureHook (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:73954)
at modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:73986
at mountMemo (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:58670)
at Object.useMemo (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:58879)
at Object.useMemo (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:2641)
at useRefract (modules.js?hash=65a4cf04ccdfebef31e41c84519adbc1f5ea5676:73985)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
useRefract - Refract
The component is an object which lets you observe: see Observing React. The observe method allows you to observe data passed to your...
Read more >Issues with React, Refract, and RxJS - help - Meteor forums
Hello, I'm trying to update to a meteor app with material from version 3.9.3 to 4.0.0. When I do the update, an error...
Read more >How to useRef to Fix React Performance Issues
The problem was whenever the user selected a cell or opened the side drawer, the update to this global context would cause the...
Read more >refract-rxjs examples - CodeSandbox
Learn how to use refract-rxjs by viewing and forking refract-rxjs example apps on CodeSandbox. ... github.com/fanduel-oss/refract/issues · @refract-rxjs.
Read more >Refract Software Reviews & Ratings | 2022
The customer service is excellent, nothing is too much trouble. ... The transcript is not very accurate but this has not hindered how...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you! That does fix it. I thought that refract was making react reactive. Although that issue with refract didn’t happen until updating material.
I’m gonna close this for now, since I’ve not been able to reproduce.
If it comes up again please comment again or create a new issue!