You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the upcoming v2.0 release, we need to completely remove the deprecated try_import function from our codebase. This function has been replaced by the package_available function from the lightning-utilities package.
Acceptance Criteria
No occurrences of try_import function or imports remain in the codebase
All previous uses of try_import have been replaced with package_available from lightning-utilities
All unit tests and integration tests pass successfully
Describe the task
For the upcoming v2.0 release, we need to completely remove the deprecated
try_import
function from our codebase. This function has been replaced by thepackage_available
function from thelightning-utilities
package.Acceptance Criteria
try_import
function or imports remain in the codebasetry_import
have been replaced withpackage_available
fromlightning-utilities
Priority
Low
Related Epic
#2364
Estimated Time
<1h
Current Status
Not Started
Additional Information
No response
The text was updated successfully, but these errors were encountered: