This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Resizer module uses depreated function #11488
Labels
Comments
/cc @peterflynn @abose |
also see related use in |
I removed all the code using deprecated API and Brackets kept on working. I seem to have lost that branch. |
Was there a lot of places using deprecated API in core? |
15-20 places maybe. I'll submit a PR tonight. |
👍 Thanks @sprintr |
@swmitra This is fixed and should be closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(Split from #11174 (comment))
src/utils/Resizer.js
usesPreferencesManager.convertPreferences
. which is deprecated, so the error is being thrown in core. I have no clue how that preference should be updated to the current system (prefixed? Global preferences file), and I am unsure if deprecation errors should be thrown in core (I think historically that is a "no").The text was updated successfully, but these errors were encountered: