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

bug (vue): can not build vue app #30

Closed
3 tasks done
Sukaato opened this issue Aug 31, 2024 · 0 comments · Fixed by #31
Closed
3 tasks done

bug (vue): can not build vue app #30

Sukaato opened this issue Aug 31, 2024 · 0 comments · Fixed by #31
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file package: vue @poppy-ui/vue package related
Milestone

Comments

@Sukaato
Copy link
Member

Sukaato commented Aug 31, 2024

Prerequisites

Poppy UI Version

v1.x

Current Behavior

App with poppy-ui/vue can not build

Expected Behavior

no error on build

Steps to Reproduce

  1. create app with poppy vue
  2. add poppy element
  3. build vue app
  4. see error

Code Reproduction URL

No response

Additional Information

13:10:26.007 | > vue-tsc && vite build
13:10:26.007 |  
13:10:32.793 | src/components/Account.vue(16,6): error TS2559: Type '{ class: string; }' has no properties in common with type 'PopList & InputProps<string \| number \| boolean>'.
13:10:32.793 | src/components/Account.vue(17,8): error TS2559: Type '{ class: string; }' has no properties in common with type 'PopItem & InputProps<string \| number \| boolean>'.
13:10:32.794 | src/components/Account.vue(22,8): error TS2559: Type '{ class: string; }' has no properties in common with type 'PopItem & InputProps<string \| number \| boolean>'.
13:10:32.794 | src/components/Account.vue(26,8): error TS2559: Type '{ class: string; }' has no properties in common with type 'PopItem & InputProps<string \| number \| boolean>'.
13:10:32.795 | src/components/Actions/DashboardActions.vue(86,10): error TS2559: Type '{ onClick: any; }' has no properties in common with type 'PopItem & InputProps<string \| number \| boolean>'.
13:10:32.795 | src/components/Actions/DashboardActions.vue(93,10): error TS2559: Type '{ onClick: any; }' has no properties in common with type 'PopItem & InputProps<string \| number \| boolean>'.
13:10:32.795 | src/components/Actions/DashboardActions.vue(100,10): error TS2559: Type '{ onClick: any; }' has no properties in common with type 'PopItem & InputProps<string \| number \| boolean>'.
13:10:32.795 | src/components/Actions/DashboardActions.vue(107,10): error TS2559: Type '{ onClick: any; }' has no properties in common with type 'PopItem & InputProps<string \| number \| boolean>'.
13:10:32.796 | src/pages/Login.vue(77,10): error TS2559: Type '{ class: string; }' has no properties in common with type 'PopDivider & InputProps<string \| number \| boolean>'.
13:10:32.796 | src/pages/Register.vue(152,10): error TS2559: Type '{ class: string; }' has no properties in common with type 'PopDivider & InputProps<string \| number \| boolean>'.
13:10:32.832 | Failed: Error while executing user command. Exited with error code: 2
13:10:32.843 | Failed: build command exited with code: 1
13:10:33.624 | Failed: error occurred while running build command
@Sukaato Sukaato added the bug Something isn't working label Aug 31, 2024
@Sukaato Sukaato added this to the v1.0.0 milestone Aug 31, 2024
@github-actions github-actions bot added the package: vue @poppy-ui/vue package related label Aug 31, 2024
@Sukaato Sukaato added the need investigation The issue need investigation label Sep 1, 2024
Sukaato added a commit that referenced this issue Sep 2, 2024
something change between vue 3.2 and 3.3 that break the build

fixes: #30
@Sukaato Sukaato added dependencies Pull requests that update a dependency file and removed need investigation The issue need investigation labels Sep 2, 2024
@Sukaato Sukaato mentioned this issue Sep 2, 2024
2 tasks
@Sukaato Sukaato closed this as completed in 7f0c871 Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file package: vue @poppy-ui/vue package related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant