-
Couldn't load subscription status.
- Fork 8
Fix unmount order #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix unmount order #208
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 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); |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check
No description provided.