fix: solid-event#36
This commit is contained in:
@ -4,7 +4,13 @@ script(type="module" src="https://cdn.skypack.dev/@startinblox/core@0.16" defer)
|
||||
script(type="module" src="https://cdn.skypack.dev/@startinblox/router@0.11" defer)
|
||||
//- script(type="module" src="/lib/sib-router/src/index.js" defer)
|
||||
|
||||
- const componentSet = new Set(components.map(c=>c.type));
|
||||
-
|
||||
const componentSet = new Set(components.map(c=>c.type));
|
||||
components.map(c => {
|
||||
if(c.extensions) {
|
||||
c.extensions.forEach(e => componentSet.add(e.type));
|
||||
}
|
||||
});
|
||||
|
||||
if componentSet.has("autoLogin") || componentSet.has("registering")
|
||||
script(type="module" src="https://cdn.skypack.dev/@startinblox/oidc@0.14" defer)
|
||||
|
Reference in New Issue
Block a user