Skip to content
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

Optional chaining not working for TreeTable in version 3.2.1 #939

Closed
avenmore opened this issue Feb 4, 2021 · 1 comment
Closed

Optional chaining not working for TreeTable in version 3.2.1 #939

avenmore opened this issue Feb 4, 2021 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Milestone

Comments

@avenmore
Copy link

avenmore commented Feb 4, 2021

The problem referenced here and here and marked as resolved still exists for the TreeTable component.

error  in ./node_modules/primevue/treetable/treetable.esm.js

Module parse failed: Unexpected token (329:24)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|               ], 8, ["aria-checked"]))
|             : createCommentVNode("", true),
>           (col.children?.body)
|             ? (openBlock(), createBlock(resolveDynamicComponent(col.children?.body), {
|                 key: 2,

@avenmore avenmore changed the title Optional chaining not working for TreeView in version 3.2.1 Optional chaining not working for TreeTable in version 3.2.1 Feb 4, 2021
@cagataycivici cagataycivici added this to the 3.2.2 milestone Feb 4, 2021
@cagataycivici cagataycivici self-assigned this Feb 4, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Feb 4, 2021
@cagataycivici
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Projects
None yet
Development

No branches or pull requests

2 participants