Join Slack
Powered by
And it’s unfortunate that `react.lazy` is imported...
# javascript
m
Marc Knaup
10/21/2020, 2:48 AM
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
Open in Slack
Previous
Next