owner stringclasses 14
values | repo stringclasses 14
values | id int64 116k 4.61B | issue_number int32 1 181k | author stringlengths 1 39 | body stringlengths 1 262k | created_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:16:18 | updated_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:22:56 | reactions unknown | author_association stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|
vuejs | core | 1,828,848,987 | 9,676 | michealroberts | @LinusBorg I'll look to get you access today, and some replication steps. | 2023-11-28T00:13:27 | 2023-11-28T08:51:50 | {} | NONE |
vuejs | core | 1,829,960,887 | 9,652 | pfumagalli | @pikax Fabulous, TSD, love it...
Give me a few hours to finish daytime work, and I'll get right on it! | 2023-11-28T14:32:49 | 2023-11-28T14:32:49 | {
"heart": 1
} | NONE |
vuejs | core | 1,830,398,435 | 9,652 | pfumagalli | Consolidated fixes into a single commit (easier on the eyes). | 2023-11-28T17:59:59 | 2023-11-28T17:59:59 | {} | NONE |
vuejs | core | 1,831,176,701 | 7,828 | wenzheng-yi | I had the same issue with nuxt@latest | 2023-11-29T03:54:36 | 2023-11-29T03:54:36 | {} | NONE |
vuejs | core | 1,831,269,052 | 7,828 | edison1105 | duplicate of https://github.com/vuejs/core/pull/6095 | 2023-11-29T05:58:30 | 2023-11-29T05:58:30 | {} | MEMBER |
vuejs | core | 1,833,066,216 | 9,714 | fantasticsoul | it works, thx a lot | 2023-11-30T03:53:39 | 2023-11-30T03:53:39 | {} | NONE |
vuejs | core | 1,826,280,700 | 9,643 | zangetsu02 | I have created 2 project with vite, in 2 differents computer, one with vscode and one with phpstorm. In both i get this error, i dont know which info i can give you, i said everything. If you want there is the repo "vue-select-element" in my profile, and the component that is giving me this error is the BaseCombobox | 2023-11-25T10:59:12 | 2023-11-25T11:03:38 | {} | NONE |
vuejs | core | 1,822,752,599 | 9,556 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6861309119)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6953069069) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/686... | 2023-11-22T13:15:59 | 2023-11-25T14:28:04 | {} | CONTRIBUTOR |
vuejs | core | 1,827,350,583 | 9,676 | LinusBorg | I'd be willing to look at the repo, provided that you can give a short step-by-step instrunction of how to reproduce the problem within the repo.
> I think it would be naive to say that it is wholly and solely a useFocusTrap or focus-trap issue
Agreed, and I never said anything close to that. All I said was that... | 2023-11-27T08:25:39 | 2023-11-27T08:25:48 | {} | MEMBER |
vuejs | core | 1,827,830,751 | 8,868 | kleinfreund | A few test cases for [`packages/compiler-sfc/__tests__/compileStyle.spec.ts`](https://github.com/vuejs/core/blob/main/packages/compiler-sfc/__tests__/compileStyle.spec.ts#L50-L54) that currently fail:
```ts
describe('SFC scoped CSS', () => {
test.each([
{
message: 'pseudo class with class',
so... | 2023-11-27T13:26:06 | 2023-11-27T13:26:06 | {} | CONTRIBUTOR |
vuejs | core | 1,829,942,232 | 9,652 | pikax | @pfumagalli can you a test? | 2023-11-28T14:22:47 | 2023-11-28T14:22:47 | {} | MEMBER |
vuejs | core | 1,830,330,654 | 9,652 | pfumagalli | @pikax test added, and verified that it does _NOT_ pass without the supplied patch.
Thank you for pointing me in the right direction! | 2023-11-28T17:16:59 | 2023-11-28T17:16:59 | {} | NONE |
vuejs | core | 1,826,294,384 | 9,676 | michealroberts | I think I have the root cause, the one main difference is that both the inert attribute and the aria-hidden=true is sticking on the id=app element ... having inert on the root div will cause all point events to be broken ...
With Vue 3.3.9:
<img width="608" alt="CleanShot 2023-11-25 at 12 13 09@2x" src="https://... | 2023-11-25T12:14:14 | 2023-11-25T12:14:14 | {} | NONE |
vuejs | core | 1,826,295,602 | 9,676 | michealroberts | I'm wondering it could be because I am using `@vueuse/integrations/useFocusTrap` as I can't see any changes in Vue 3.3.9 that cause these two attributes to be added to root node. cc @antfu | 2023-11-25T12:21:01 | 2023-11-25T12:21:01 | {} | NONE |
vuejs | core | 1,826,779,737 | 9,674 | oceangravity | Just wow 😮 | 2023-11-26T13:05:39 | 2023-11-26T13:05:39 | {} | NONE |
vuejs | core | 1,827,057,322 | 9,684 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB |
| vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB |
### Usages
| Name | Size |... | 2023-11-27T03:08:29 | 2023-11-27T03:08:29 | {} | NONE |
vuejs | core | 1,829,102,661 | 9,607 | Alfred-Skyblue | This feature allows us to include possible values when using `toRefs`, instead of throwing an error. This is useful in development, as the use of `toRefs` itself involves wrapping a reactive object with `ref`, rather than excluding values that might not exist before wrapping.
| 2023-11-28T04:59:32 | 2023-11-28T04:59:32 | {} | MEMBER |
vuejs | core | 1,831,291,244 | 8,121 | edison1105 | duplicate of #5993 | 2023-11-29T06:23:24 | 2023-11-29T06:23:24 | {} | MEMBER |
vuejs | core | 1,833,382,228 | 9,717 | baiwusanyu-c | Duplicate of #4662 | 2023-11-30T09:20:56 | 2023-11-30T09:20:56 | {} | MEMBER |
vuejs | core | 1,825,087,956 | 9,663 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6976297968)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6953069069) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/697... | 2023-11-24T02:54:10 | 2023-11-24T02:54:10 | {} | CONTRIBUTOR |
vuejs | core | 1,827,237,705 | 9,076 | EsunR | It will cause my server code to crash, I need to write a wrapper function to use it, like:
```ts
export function safeOnServerPrefetch(fn: () => any) {
onServerPrefetch(async () => {
try {
await fn();
} catch (e) {
console.log('Running onServerPrefetch error:', e);
... | 2023-11-27T07:05:35 | 2023-11-27T07:05:35 | {} | NONE |
vuejs | core | 1,824,428,580 | 9,667 | lpj145 | Bro I get your point and the relation with the #6540 but you need to understand it's a bad design idea, I know you should be able to do this, but this is main reason why the Dependency api was developed, but by the way if you want to continue in this way, every `defineExpose` should be called with a plain object with r... | 2023-11-23T13:20:01 | 2023-11-23T13:20:01 | {} | CONTRIBUTOR |
vuejs | core | 1,824,499,474 | 9,667 | lixiaofa | the Provider & Inject + Composables
Can you explain it in detail?
My question is how to expose functions of third-party components , There may be many functions of third-party components, what would you do ?
Can you give an example?
@lpj145
That's what I'm doing now:
Components for secondary packag... | 2023-11-23T14:09:04 | 2023-11-23T14:29:55 | {} | NONE |
vuejs | core | 1,828,938,640 | 8,868 | edison1105 | @kleinfreund
uh~, I got your point. PR welcome~ | 2023-11-28T01:57:34 | 2023-11-28T01:57:34 | {} | MEMBER |
vuejs | core | 1,829,873,799 | 9,698 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | -------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 86.7 kB (**+247 B**) | 32.9 kB (**+54 B**) | 29.7 kB (**+63 B**)... | 2023-11-28T13:43:08 | 2023-11-28T13:43:08 | {} | NONE |
vuejs | core | 1,829,935,809 | 9,643 | pikax | @zangetsu02 please provide a reproduction, the playground you added as reproduction is working as intended.
I'll close this, please reopen or create a new issue when you have reproduction code. | 2023-11-28T14:19:12 | 2023-11-28T14:19:12 | {} | MEMBER |
vuejs | core | 1,829,957,338 | 9,652 | pikax | @pfumagalli, sorry :D
Yes, add a test, probably in here: https://github.com/vuejs/core/blob/main/packages/dts-test/setupHelpers.test-d.ts | 2023-11-28T14:31:04 | 2023-11-28T14:31:04 | {} | MEMBER |
vuejs | core | 1,831,294,061 | 5,993 | edison1105 | duplicate of #6463 | 2023-11-29T06:26:59 | 2023-11-29T06:26:59 | {} | MEMBER |
vuejs | core | 1,831,710,798 | 2,307 | pikax | This is necessary to allow JSXElement to use `$props` described in `vue` as JSX element props. | 2023-11-29T11:24:25 | 2023-11-29T11:24:25 | {} | MEMBER |
vuejs | core | 1,824,007,586 | 9,665 | somebody1234 | It seems like `TransitionGroup` is already doing `getBoundingClientRect()`:
https://github.com/vuejs/core/blob/1c525f75a3d17a6356d5f66765623c0ae7c0ebcc/packages/runtime-dom/src/components/TransitionGroup.ts#L175-L177
So there should be no problem with the `/ element.offsetWidth` approach, at least | 2023-11-23T08:49:01 | 2023-11-23T08:49:01 | {} | NONE |
vuejs | core | 1,824,642,699 | 9,667 | LinusBorg | https://play.vuejs.org/#eNqFU02P2jAQ/StWLgsqmyhCvdCA+iEO28O22vboSwgDmE1syx8sFcp/7/gjISmLeko8M37z5s3zJfkiZXqykCySQleKSUM0GCtXlLNGCmXIhSjYkZbslGjIA5Y+9KlvopExnmbu4JAwTXkluDakwtALXl46iAm3dT2lvMhCH+yABwONrEsDeCKk2FhjBCefq5pVr0uaRIDUfXP3w3iloNQwmdJk9RQPgUIcpMgCSAD0DLH5FQvvFZ4rFhRZ3z6ZJWGox6aU6VELjopcHAaNCU2TBfERF8NO7kyTgzFS... | 2023-11-23T15:47:27 | 2023-11-23T15:48:10 | {} | MEMBER |
vuejs | core | 1,826,227,423 | 4,339 | zeta-core | need this feature | 2023-11-25T06:09:22 | 2023-11-25T06:09:22 | {} | NONE |
vuejs | core | 1,826,255,739 | 9,674 | Doctor-wu | 🚀 | 2023-11-25T08:40:28 | 2023-11-25T08:40:28 | {
"rocket": 11
} | MEMBER |
vuejs | core | 1,826,983,866 | 9,681 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB |
| vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB |
### Usages
| Name | Size |... | 2023-11-27T01:12:10 | 2023-11-27T01:12:10 | {} | NONE |
vuejs | core | 1,827,494,206 | 8,868 | Justineo | I think this is a bug. The `data-v-*` attribute selector should be added to the selector subjects. | 2023-11-27T09:50:49 | 2023-11-27T09:50:49 | {} | MEMBER |
vuejs | core | 1,828,846,576 | 9,684 | renovate[bot] | ### Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (`^2.8.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config.
If you accidentally closed this PR, or if you chang... | 2023-11-28T00:11:01 | 2023-11-28T00:11:01 | {} | CONTRIBUTOR |
vuejs | core | 1,833,321,769 | 9,325 | renovate[bot] | ### Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `6.x` releases. But if you manually upgrade to `6.x` then Renovate will re-enable `minor` and `patch` updates automatically.
If you accidentally closed this PR, or if yo... | 2023-11-30T08:38:21 | 2023-11-30T08:38:21 | {} | CONTRIBUTOR |
vuejs | core | 1,890,442,113 | 10,103 | Doctor-wu | You can use it like this
```typescript
const [model, modifier] = defineModel<string, 'trim'>({
set(value) { // I cannot use value?: string here, because value is wrongly derived from defineModel-generic as number
if (modifier.trim) return value?.trim();
return value;
},
get(value){
// do I re... | 2024-01-13T12:36:41 | 2024-01-13T12:36:41 | {} | MEMBER |
vuejs | core | 1,890,460,785 | 10,103 | Doctor-wu | Got you now. However, I think you have a slight misunderstanding regarding the definition of `defineModel`. According to the [documentation](https://vuejs.org/guide/components/v-model.html#under-the-hood), it is merely a convenient macro. When you pass a prop of type A in the Parent component, you will also receive a p... | 2024-01-13T13:34:58 | 2024-01-13T13:43:10 | {} | MEMBER |
vuejs | core | 1,890,884,555 | 10,107 | yangxiuxiu1115 | Can you provide a minimum reproducible mini reproduction? | 2024-01-14T08:32:44 | 2024-01-14T08:32:44 | {} | CONTRIBUTOR |
vuejs | core | 1,892,165,641 | 10,114 | LinusBorg | @yyx990803 Is that problem reproducible without a side-effect in the computed (or in render)? I can't find a way, at least.
If it's not, then as a theoretical question: Should we really support that? Or is it that we don't want to but need to support it to keep backwards compat for something that worked even though ... | 2024-01-15T13:20:16 | 2024-01-15T13:20:30 | {} | MEMBER |
vuejs | core | 1,892,180,285 | 10,114 | yyx990803 | @Doctor-wu `state.a` should be tracked regardless, and `state.a = 2` should trigger component re-render. | 2024-01-15T13:29:42 | 2024-01-15T13:48:56 | {} | MEMBER |
vuejs | core | 1,892,199,455 | 10,114 | Doctor-wu | > You are looking at an outdated repro, there is a `setTimeout` (I edited the link a few times)
That's true😂, I'll check the new one. | 2024-01-15T13:41:34 | 2024-01-15T13:49:16 | {} | MEMBER |
vuejs | core | 1,892,340,190 | 10,119 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7530577065)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7524535060) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/753... | 2024-01-15T15:03:22 | 2024-01-15T15:03:22 | {
"eyes": 1
} | CONTRIBUTOR |
vuejs | core | 1,890,273,671 | 10,101 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7509857447)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7498106478) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/750... | 2024-01-13T03:07:59 | 2024-01-13T03:07:59 | {} | CONTRIBUTOR |
vuejs | core | 1,890,384,403 | 10,036 | lehni | Just to confirm: This works in the new release. Thanks @yyx990803 ! | 2024-01-13T08:48:23 | 2024-01-13T08:48:23 | {} | CONTRIBUTOR |
vuejs | core | 1,890,407,900 | 10,098 | Josepdal | I confirm that it has been fixed. Everyone upgrade to v3.4.13 👏🎉 | 2024-01-13T10:19:08 | 2024-01-13T10:19:08 | {
"+1": 4
} | NONE |
vuejs | core | 1,891,188,053 | 10,098 | 2556227850 | > 我确认它已被修复。大家升级到v3.4.13👏🎉
在nuxt3.91没有修复
| 2024-01-15T02:00:06 | 2024-01-15T02:00:06 | {} | NONE |
vuejs | core | 1,892,085,585 | 10,114 | yyx990803 | Simplified reproduction:
https://play.vuejs.org/#eNp9kU9Pg0AQxb/KuBcgQWrtraFN1PSgBzXa414Qpu1W2N3sn9qE8N2dBWl7MD3Bzvu94T22ZQ9aZwePbM5yWxqhHVh0Xi+5FI1WxkELBovSiQOmUKpGe4cVdLAxqoGInBGXAFyWSlryusIhLE6WuO0SLke1JGVcEccJLJbQBrfYQHwTR0UEQg4rkmR4ZgVZpoExlMr8qVnB5bCXsq5Fg8q7y31n6z2BKUzvCM4nQz9qRgeHja6JohNA21K0roP8FuxO+bqCLwzW... | 2024-01-15T12:28:47 | 2024-01-15T13:10:52 | {} | MEMBER |
vuejs | core | 1,890,239,096 | 10,101 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 89.8 kB (**+69 B**) | 34.2 kB (**+26 B**) | 30.8 kB (**+16 B**) |
... | 2024-01-13T01:35:08 | 2024-01-13T03:57:48 | {} | NONE |
vuejs | core | 1,892,346,942 | 10,120 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 89.8 kB (**+47 B**) | 34.2 kB (**+13 B**) | 30.8 kB (**+12 B**) |
... | 2024-01-15T15:07:31 | 2024-01-15T15:07:31 | {} | NONE |
vuejs | core | 1,893,199,615 | 10,129 | Doctor-wu | You can update your vue version to the latest, `3.4.11` introduced a bug of effect. | 2024-01-16T07:30:37 | 2024-01-16T07:30:37 | {} | MEMBER |
vuejs | core | 1,890,144,587 | 10,100 | ichige | me too
`vue 3.4.5 3.4.11 3.4.11 node_modules/vue ` | 2024-01-12T23:35:17 | 2024-01-12T23:37:13 | {} | NONE |
vuejs | core | 1,890,241,661 | 10,101 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7509400597)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7498106478) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/750... | 2024-01-13T01:43:30 | 2024-01-13T01:43:30 | {} | CONTRIBUTOR |
vuejs | core | 1,890,811,440 | 10,105 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7515918087)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7498106478) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/751... | 2024-01-14T01:01:29 | 2024-01-14T01:01:29 | {} | CONTRIBUTOR |
vuejs | core | 1,891,200,702 | 10,110 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 89.8 kB | 34.2 kB | 30.8 kB |
| vue.global.prod.js | 147 kB | 53.5 kB | 47.7 kB |
### Usages
| Name | Size |... | 2024-01-15T02:18:57 | 2024-01-15T02:18:57 | {} | NONE |
vuejs | core | 1,893,218,576 | 10,129 | chanmanthau | I'm so sorry that I made a mistake. In fact, my vue version is 3.3.11. Now I update my vue version to 3.4.14,but the problem still
exist. | 2024-01-16T07:48:27 | 2024-01-16T07:48:27 | {} | NONE |
vuejs | core | 1,890,136,097 | 10,100 | LennonSantos | same error here
| 2024-01-12T23:21:18 | 2024-01-12T23:21:18 | {} | NONE |
vuejs | core | 1,890,469,499 | 10,103 | yyx990803 | Like @Doctor-wu said, transformers are not designed to change the type of the value here, because by definition, the parent value and the child model value are synced and therefore must always have the same type.
If the setter allows the value to be string, then the model ref must be assignable with string value and... | 2024-01-13T14:12:47 | 2024-01-13T14:12:47 | {
"+1": 1,
"heart": 1
} | MEMBER |
vuejs | core | 1,890,470,042 | 9,920 | edison1105 | the problem is fixed via https://github.com/vuejs/core/pull/10101/files
Not sure if still need to keep this PR 🤔 | 2024-01-13T14:13:35 | 2024-01-13T14:20:15 | {} | MEMBER |
vuejs | core | 1,890,816,621 | 10,105 | yyx990803 | `parseMode` should not be overridable | 2024-01-14T01:33:36 | 2024-01-14T01:33:36 | {
"eyes": 1
} | MEMBER |
vuejs | core | 1,892,174,774 | 10,114 | yyx990803 | This is indeed discouraged usage, but this is a regression nonetheless and should ideally be fixed. | 2024-01-15T13:26:09 | 2024-01-15T13:26:09 | {} | MEMBER |
vuejs | core | 1,892,176,050 | 10,114 | Doctor-wu | > Simplified reproduction:
>
> https://play.vuejs.org/#eNp9kU9Pg0AQxb/KuBcgQWrtraFN1PSgBzXa414Qpu1W2N3sn9qE8N2dBWl7MD3Bzvu94T22ZQ9aZwePbM5yWxqhHVh0Xi+5FI1WxkELBovSiQOmUKpGe4cVdLAxqoGInBGXAFyWSlryusIhLE6WuO0SLke1JGVcEccJLJbQBrfYQHwTR0UEQg4rkmR4ZgVZpoExlMr8qVnB5bCXsq5Fg8q7y31n6z2BKUzvCM4nQz9qRgeHja6JohNA21K0roP8FuxO+b... | 2024-01-15T13:26:59 | 2024-01-15T13:48:49 | {} | MEMBER |
vuejs | core | 1,892,409,351 | 10,100 | yyx990803 | The original issue has already been fixed in the latest release. | 2024-01-15T15:45:31 | 2024-01-15T15:45:31 | {} | MEMBER |
vuejs | core | 1,893,028,749 | 10,123 | johnsoncodehk | /ecosystem-ci run | 2024-01-16T03:48:12 | 2024-01-16T03:48:12 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,889,827,525 | 10,098 | ItsMeDelanoDev | > Same error in nuxt 3.
>
> My temporal solution was set Vue version fixed in my package json
>
> `"vue": "3.3.8",`
For me this only worked properly after putting it in the `resolutions` segment of my package.json. Still holding my fingers crossed for this to be solved within the weekend 🙈
```
"resolut... | 2024-01-12T19:20:02 | 2024-01-12T19:20:02 | {
"+1": 4
} | NONE |
vuejs | core | 1,892,327,807 | 10,119 | yyx990803 | ~~Can you add a test case similar this [this](https://github.com/vuejs/core/issues/10114#issuecomment-1892085585)?~~ nvm, the changed test case already does | 2024-01-15T14:56:12 | 2024-01-15T14:56:34 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,892,389,310 | 10,119 | Doctor-wu | The test seems to have passed, but the comment update failed😂 | 2024-01-15T15:32:58 | 2024-01-15T15:32:58 | {} | MEMBER |
vuejs | core | 1,889,713,144 | 10,098 | WenisOK | This bug appears to affect nuxt, see nuxt/nuxt#25179 | 2024-01-12T17:45:41 | 2024-01-12T17:45:41 | {
"+1": 11
} | NONE |
vuejs | core | 1,889,780,826 | 10,091 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7506070075)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7498106478) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/750... | 2024-01-12T18:40:20 | 2024-01-12T18:40:20 | {} | CONTRIBUTOR |
vuejs | core | 1,890,271,663 | 10,101 | johnsoncodehk | /ecosystem-ci run | 2024-01-13T03:00:27 | 2024-01-13T03:00:27 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,890,920,970 | 10,107 | yongjias | let upTableFlights = computed( ()=>{
console.log(selectedFlights.value)
selectedFlights.value = ['a']
return []
}) | 2024-01-14T11:12:32 | 2024-01-14T11:12:32 | {} | NONE |
vuejs | core | 1,890,985,723 | 10,108 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 89.8 kB | 34.2 kB | 30.8 kB |
| vue.global.prod.js | 147 kB | 53.5 kB | 47.7 kB |
### Usages
| Name | Size |... | 2024-01-14T15:38:14 | 2024-01-14T15:38:14 | {} | NONE |
vuejs | core | 1,892,192,247 | 10,114 | Doctor-wu | > @Doctor-wu `state.a` should be tracked regardless, and `state.a = 2` should trigger component re-render.
@yyx990803 `state.a` was indeed tracked, but timing is key. Computes are lazily calculated. When `c.value` was accessed, the process had already arrived at the `render` function, which is after the `setup` func... | 2024-01-15T13:37:08 | 2024-01-15T13:49:04 | {} | MEMBER |
vuejs | core | 1,892,958,059 | 9,363 | xesxen | Resolved the merge conflicts | 2024-01-16T01:54:35 | 2024-01-16T01:54:35 | {} | CONTRIBUTOR |
vuejs | core | 1,892,969,191 | 10,123 | Doctor-wu | ```vue
<script setup>
import {ref, computed, nextTick, effect} from "vue"
const value = ref(0)
const consumer = computed(() => {
value.value++
return 'foo'
})
const provider = computed(() => value.value + consumer.value)
effect(() => {
// should console twice
console.log(provider.value)
})... | 2024-01-16T02:11:38 | 2024-01-16T02:11:38 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,889,865,297 | 10,098 | c-schwan | "vue": "3.4.8" not "vue": "3.3.8" | 2024-01-12T19:49:59 | 2024-01-12T19:51:08 | {
"+1": 9
} | NONE |
vuejs | core | 1,890,136,558 | 10,100 | RafaelAthosPrime | same here | 2024-01-12T23:21:52 | 2024-01-12T23:21:52 | {} | NONE |
vuejs | core | 1,891,200,843 | 10,111 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 89.8 kB | 34.2 kB | 30.8 kB |
| vue.global.prod.js | 147 kB | 53.5 kB | 47.7 kB |
### Usages
| Name | Size |... | 2024-01-15T02:19:09 | 2024-01-15T02:19:09 | {} | NONE |
vuejs | core | 1,891,258,424 | 10,113 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 89.8 kB | 34.2 kB | 30.8 kB |
| vue.global.prod.js | 147 kB | 53.5 kB | 47.7 kB |
### Usages
| Name | Size |... | 2024-01-15T03:48:01 | 2024-01-15T03:48:01 | {} | NONE |
vuejs | core | 1,892,326,975 | 10,119 | yyx990803 | /ecosystem-ci run | 2024-01-15T14:55:43 | 2024-01-15T14:55:43 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,893,062,658 | 10,114 | mrquokka | > @yyx990803 Is that problem reproducible without a side-effect in the computed (or in render)? I can't find a way, at least.
>
> If it's not, then as a theoretical question: Should we really support that? Or is it that we don't want to but need to support it to keep backwards compat for something that worked even t... | 2024-01-16T04:44:00 | 2024-01-16T04:44:42 | {} | NONE |
vuejs | core | 1,889,771,163 | 10,091 | LinusBorg | /ecosystem-ci run | 2024-01-12T18:32:02 | 2024-01-12T18:32:02 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,890,283,891 | 10,091 | yyx990803 | Looks like this caused pretty serious regressions in Nuxt and Quasar, unfortunately the tests in core didn't really capture those complicated cases. | 2024-01-13T03:38:18 | 2024-01-13T03:38:18 | {} | MEMBER |
vuejs | core | 1,890,501,343 | 3,024 | soletan | Using markRaw isn't a solution, even in the OPs use case, according to [the official documentation of markRaw and the warning](https://vuejs.org/api/reactivity-advanced.html#markraw) given there. In example given before, an inner property is to be marked as raw prior to making the containing object reactive. Hence, the... | 2024-01-13T15:31:51 | 2024-01-13T15:33:37 | {
"+1": 3
} | NONE |
vuejs | core | 1,890,577,386 | 10,036 | Mister-Hope | Sorry for delay, the fix does not work for me @yyx990803
> I am postgraduate student and busy with my thesis these days.
See https://github.com/vuepress-theme-hope/vuepress-theme-hope/actions/runs/7513512110/job/20455377640#step:7:177
[The commit](https://github.com/vuepress-theme-hope/vuepress-theme-hope/c... | 2024-01-13T16:25:06 | 2024-01-13T16:26:07 | {
"+1": 1
} | NONE |
vuejs | core | 1,890,547,928 | 9,647 | rijenkii | @wangcch Here's what I came up with:
```vue
<script setup lang="ts">
import { defineComponent, h } from 'vue';
const Comp = defineComponent(
<T extends string | number>(props: {
modelValue: T;
"onUpdate:modelValue"?: (val: T) => void;
}) =>
() => h("div", props.modelValue),
{ props: ["mode... | 2024-01-13T16:05:14 | 2024-01-13T16:59:47 | {} | NONE |
vuejs | core | 1,890,810,236 | 10,105 | edison1105 | /ecosystem-ci run | 2024-01-14T00:53:47 | 2024-01-14T00:53:47 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,891,044,532 | 10,051 | anonvic | nuxt-aos lib same ploblem.... | 2024-01-14T19:10:11 | 2024-01-14T19:10:11 | {} | NONE |
vuejs | core | 1,892,040,777 | 10,116 | LinusBorg | You can't access data from Options API in setup. That's by design.
We strongly recommend not mixing those APIs.
I'll move this to Discussions so the community can help out with finding you a proper solution | 2024-01-15T12:04:31 | 2024-01-15T12:04:31 | {} | MEMBER |
vuejs | core | 1,892,052,542 | 10,114 | yyx990803 | /cc @johnsoncodehk | 2024-01-15T12:12:06 | 2024-01-15T12:12:06 | {} | MEMBER |
vuejs | core | 1,892,400,141 | 10,120 | yyx990803 | I think #10119 is the slightly better fix but thanks for the PR! | 2024-01-15T15:39:41 | 2024-01-15T15:39:41 | {} | MEMBER |
vuejs | core | 1,893,051,259 | 10,123 | johnsoncodehk | The latest CI results are here, it was not updated in the comment:
https://github.com/vuejs/ecosystem-ci/actions/runs/7536772812 | 2024-01-16T04:25:40 | 2024-01-16T04:25:40 | {} | MEMBER |
vuejs | core | 1,889,736,119 | 10,098 | droni-co | Same error in nuxt 3.
My temporal solution was set Vue version fixed in my package json
`"vue": "3.3.8",` | 2024-01-12T18:03:51 | 2024-01-12T18:04:50 | {
"heart": 3
} | NONE |
vuejs | core | 1,890,300,009 | 10,101 | Doctor-wu | <img width="626" alt="CleanShot 2024-01-13 at 12 17 28@2x" src="https://github.com/vuejs/core/assets/44631608/2e5de59c-4aa5-4321-9ed8-e3d60d89f3e6">
Just gonna to do the same thing 😂 | 2024-01-13T04:19:02 | 2024-01-13T04:19:02 | {
"laugh": 3
} | MEMBER |
vuejs | core | 1,890,410,977 | 10,051 | Josepdal | **UPDATE**
New errors have been fixed in v3.4.13 ✅
**CURRENT ERRORS:**
```
[Vue warn]: Hydration attribute mismatch on <label class="v-label v-field-label" style for="input-13">
<label class="v-label v-field-label" style="" for="input-13"></label>
- rendered on server: for="input-13"
- expected on... | 2024-01-13T10:30:30 | 2024-01-13T10:30:30 | {} | NONE |
vuejs | core | 1,869,231,609 | 9,920 | johnsoncodehk | I prefer to throw an error for recursive calculations. To catch the above mentioned cases where c and d are accessing each other, or even more complex cases, `effect._runnings` should be checked instead of `activeEffect`.
```diff
get value() {
// the computed ref may get wrapped by other proxies e.g. readonl... | 2023-12-26T03:47:36 | 2024-01-13T21:59:18 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,892,315,836 | 10,119 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 89.8 kB (**+32 B**) | 34.2 kB (**+2 B**) | 30.8 kB (**-1 B**) |
| v... | 2024-01-15T14:49:20 | 2024-01-15T14:49:20 | {} | NONE |
vuejs | core | 1,892,317,522 | 10,119 | Doctor-wu | @yyx990803 @LinusBorg Could you help to invoke the `ecosystem ci`, to prevent this will cause some complex cases to fail | 2024-01-15T14:50:16 | 2024-01-15T14:54:37 | {} | MEMBER |
vuejs | core | 1,892,334,212 | 10,118 | LinusBorg | We can't help with this issue if we are not provided with a way to reproduce the problem or at the bare minimum, inspect the code involved. | 2024-01-15T14:59:58 | 2024-01-15T14:59:58 | {
"+1": 1
} | MEMBER |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.