You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at main.ts in repro. It has a compilation error.
What is expected?
No compilation error
What is actually happening?
Says data object is not assignable to void | RenderFunction.
This one is weird. It's triggered by adding markNonReactive, although the definition of markNonReactive itself is a passthrough <T>(x: T): T.
Might be one for MS.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.10
Reproduction link
https://codesandbox.io/s/eloquent-diffie-n4z2h
Steps to reproduce
Look at main.ts in repro. It has a compilation error.
What is expected?
No compilation error
What is actually happening?
Says data object is not assignable to
void | RenderFunction
.This one is weird. It's triggered by adding
markNonReactive
, although the definition ofmarkNonReactive
itself is a passthrough<T>(x: T): T
.Might be one for MS.
The text was updated successfully, but these errors were encountered: