We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After element render, it return a element tagName called "undefined".
This seems to be a result of not executing 'map', even console.log printing index in the map didn't return anything
https://github.com/wibus-wee/wc-lantern/blob/main/src/index.tsx#L63-L89
The text was updated successfully, but these errors were encountered:
fix(core): missing checking vnode type in creating, fixed #19 (#20)
6e25dc9
Successfully merging a pull request may close this issue.
Description
After element render, it return a element tagName called "undefined".
This seems to be a result of not executing 'map', even console.log printing index in the map didn't return anything
Reproduction
https://github.com/wibus-wee/wc-lantern/blob/main/src/index.tsx#L63-L89
Screenshot
The text was updated successfully, but these errors were encountered: