Drop deprecated LoadableComponent utils #11333
Labels
1 - assigned
Issues that are assigned to a sprint and a team member.
estimate - 2
Small fix or update, may require updates to tests.
p - medium
Issue is non core or affecting less that 60% of people using the library
refactor
Issues tied to code that needs to be significantly reworked.
Milestone
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: