And it’s unfortunate that `react.lazy` is imported...
# javascript
m
And it’s unfortunate that
react.lazy
is imported by default. You have to remember to use
… by kotlin.lazy {
or explicitly import
kotlin.lazy
for lazy properties.
😢 2