@pinegrow/vite-plugin 3.0.0-beta.116 → 3.0.0-beta.118

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vue/index.js CHANGED
@@ -40,10 +40,11 @@ export function usePinegrow() {
40
40
  if (!window.pinegrow) initCache()
41
41
 
42
42
  let el = vnode.el
43
- if (!el) return
44
43
 
45
44
  const instance = vnode.component || vnode.ctx || el.__vueParentComponent
46
45
 
46
+ if (!el || !instance) return
47
+
47
48
  try {
48
49
  if ((key !== null && key !== undefined) || (vnode.key !== null && vnode.key !== undefined)) {
49
50
  key = vnode.key || key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/vite-plugin",
3
- "version": "3.0.0-beta.116",
3
+ "version": "3.0.0-beta.118",
4
4
  "description": "Pinegrow Vite Plugin",
5
5
  "type": "module",
6
6
  "files": [