vue3-yuanma/packages
Cédric Exbrayat 28a9beed16
fix(runtime-core): always set invalid vnode type (#820)
Currently, when a component used is not properly registered, we have a warning and the vnode type is set to a Comment type in DEV mode. But in prod mode, we have no default value, making such an application broken and throw a strange error (`can not read _isSuspense of undefined`).

This commit avoids such an error in prod mode (as it is currently the case in Vue 2.x).
2020-03-11 16:44:14 -04:00
..
compiler-core release: v3.0.0-alpha.8 2020-03-06 15:58:40 -05:00
compiler-dom release: v3.0.0-alpha.8 2020-03-06 15:58:40 -05:00
compiler-sfc release: v3.0.0-alpha.8 2020-03-06 15:58:40 -05:00
compiler-ssr feat(ssr): compiler-ssr support for Suspense 2020-03-10 16:52:31 -04:00
reactivity types(reactivity): remove this in get accessor, fix #800 (#806) 2020-03-09 16:01:49 -04:00
runtime-core fix(runtime-core): always set invalid vnode type (#820) 2020-03-11 16:44:14 -04:00
runtime-dom fix(build): remove __RUNTIME_COMPILE__ flag 2020-03-11 16:39:26 -04:00
runtime-test refactor(runtime-core): adjust patchProp value arguments order 2020-03-09 16:15:49 -04:00
server-renderer test: fix & improve ssr warning assertion 2020-03-10 17:13:27 -04:00
shared test: fix & improve ssr warning assertion 2020-03-10 17:13:27 -04:00
size-check release: v3.0.0-alpha.8 2020-03-06 15:58:40 -05:00
template-explorer release: v3.0.0-alpha.8 2020-03-06 15:58:40 -05:00
vue fix(build): remove __RUNTIME_COMPILE__ flag 2020-03-11 16:39:26 -04:00
global.d.ts build: avoid runtime wildcard import in global build 2020-02-13 18:50:36 -05:00