Fix ref typecheck error
In `Ref<T>` the `current` property is now a readonly field. The correct type (`MutableRef<T>`) is inferred automatically, so we don't need to specify it.
Showing
Please register or sign in to comment
In `Ref<T>` the `current` property is now a readonly field. The correct type (`MutableRef<T>`) is inferred automatically, so we don't need to specify it.