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
Copy file name to clipboardExpand all lines: packages/@css-blocks/ember-cli/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Usage
22
22
There are a number of caveats you should know:
23
23
24
24
1. Eager engines are a little hacky. We'll want to make some changes to engines proper to make their behavior more consistent with regular addons.
25
-
2. Lazy engines are not possible at this time and will require non-trivial work in in `ember-engines` to support. We have a failing (skipped) test for them in this addon.
25
+
2. Lazy engines are not possible at this time and will require non-trivial work in `ember-engines` to support. We have a failing (skipped) test for them in this addon.
26
26
3. The `{{link-to}}` helper (and possibly other built-in form helpers) will require some special casing in `@css-blocks/glimmer` to have a natural feeling integration for basic styling and active states. I have failing (skipped) tests in the project.
27
27
4.`node_module` resolutions for `@block`s do not work yet.
28
28
5. The optimizer can not be enabled at this time and is hard-coded to disabled.
0 commit comments