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
I see that #825 removes rendering <style> tag content (textContent) on devMode.
( packages/fela-dom/src/dom/connection/insertRuleInDevMode.js file was deleted)
But there is a bug: If in the Chrome browser I save webpage (Ctrl+S) which uses fela and then reopen it later (Ctrl-O) there are no fela syles applied to the webpage elements!
I tried to downgrade fela to the version 11.4.0 before #825, enabled devMode: true in fela renderer config, saved page again, reopened it and the style were there, visible.
So I propose to add flag updateStyleTagTextContent as was suggested in #544
The text was updated successfully, but these errors were encountered:
I see that #825 removes rendering
<style>
tag content(textContent)
ondevMode
.(
packages/fela-dom/src/dom/connection/insertRuleInDevMode.js
file was deleted)But there is a bug: If in the Chrome browser I save webpage (Ctrl+S) which uses fela and then reopen it later (Ctrl-O) there are no fela syles applied to the webpage elements!
I tried to downgrade fela to the version
11.4.0
before #825, enableddevMode: true
in fela renderer config, saved page again, reopened it and the style were there, visible.So I propose to add flag
updateStyleTagTextContent
as was suggested in #544The text was updated successfully, but these errors were encountered: