Skip to content

Conversation

@tbragaf
Copy link
Collaborator

@tbragaf tbragaf commented Oct 10, 2025

No description provided.

@tbragaf tbragaf marked this pull request as draft October 10, 2025 13:54
@cssecautomation
Copy link

cssecautomation commented Oct 10, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

const { createView } = await import("./Internal/Loader.View");

const viewElement = createView(componentClass, properties, view, componentName);
const viewElement = createView(componentClass, properties, view, componentName, componentNativeObject, componentNativeObjectName);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed


const views = new Map<string, ViewMetadata>();

window["my-views"] = views; // for debugging
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete


if (cacheEntry) {
storeViewRenderInCache(view, cacheEntry, maxPreRenderedCacheEntries); // dont need to await
//storeViewRenderInCache(view, cacheEntry, maxPreRenderedCacheEntries); // dont need to await
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants