A common mistake is forgetting the `return` like this ```jsx export default () => { <span></span> } ``` This leads to strange errors. The check must be applied here: https://github.com/complate/complate-stream/blob/ed85dae529a00449f32a15997ae40cd1720462de/src/renderer.js#L73
A common mistake is forgetting the
returnlike thisThis leads to strange errors.
The check must be applied here:
complate-stream/src/renderer.js
Line 73 in ed85dae