Closed nolimits4web closed 6 years ago
We don't need it as we have implemented this.slots functionality, so instead of this in render function:
this.slots
__getReactComponentSlot(this, "default")
we can just use
this.slots.default
We don't need it as we have implemented
this.slots
functionality, so instead of this in render function:we can just use