Drop deprecated LoadableComponent utils #11333
Labels
0 - new
New issues that need assignment.
needs triage
Planning workflow - pending design/dev review.
refactor
Issues tied to code that needs to be significantly reworked.
Description
#11312 refactored
loadable
to leveragecomponentOnReady
, so we can remove the deprecated utils.Proposed Advantages
Leaner, simpler code.
Which Component
All components implementing
LoadableComponent
.Relevant Info
Steps to simplify:
LoadableComponent
➡️ remove after all deprecated utils have been removedsetComponentLoaded
,setUpLoadableComponent
➡️ removecomponentLoaded
➡️ usecomponentOnReady
directlyCalcite package
The text was updated successfully, but these errors were encountered: