lume
lume copied to clipboard
take care of load order issues.
We need to test calling infamous.html.useDefaultNames (which defines the custom elements) in different orders compared to the HTML markup (f.e. before the elements, after the elements, etc).
Depending on the order in which things are called, there may be some bugs.
The test.html has a bunch of test cases.
I believe this is done. Needs testing.
This is old. Since we've greatly improved reactivity and life cycle handling in the update to classy-solid and standard JS decorators, this is probably long gone. Furthermore, this issue,
- #279
will further eliminate potential issues.