Conversation
|
@as-cii This is raising a warning in Deprecation Cop:
Is this to be expected? |
|
@Alhadis make sure that if you have fnr apm linked that you've pulled from matter recently. |
|
Erm. I understood everything except the |
|
fnr -> find-and-replace. And I really should have done |
|
Oh! Right. Well I have, which is why I'm confused... |
|
Thanks for the report, @Alhadis! I think you might be using a non-dev version of Atom (1.11 stable or 1.12 beta) and have this package linked locally at the same time. Linking newer versions of bundled packages with older versions of Atom is unsupported and could cause undefined behavior. Specifically, I think Atom stable/beta is running some heuristics that made sense when we still used shadow DOM boundaries for If that's the case, I would suggest either building Atom from master or unlinking this package and wait until it gets bundled in a newer official Atom build (1.13 beta/stable). 👍 |
We are in the process of removing the shadow DOM boundary from
atom-text-editorelements. This pull request upgrades existing selectors so that they::host.atom-text-editor::shadow.syntax--./cc: @simurai