Closed phillipskevin closed 4 years ago
All the docs in this package should show import { StacheElement } from "can"; instead of import { StacheElement } from "can/everything";.
import { StacheElement } from "can";
import { StacheElement } from "can/everything";
We should also make sure all of the codepens still work once this change is made.
This was fixed in https://github.com/canjs/can-stache-element/pull/99
All the docs in this package should show
import { StacheElement } from "can";
instead ofimport { StacheElement } from "can/everything";
.We should also make sure all of the codepens still work once this change is made.