Belphemur/vue-json-csv

typeError

raydenchan opened this issue · 1 comments

hi, I try to follow your example for Vue 3 but I get the following error message:

runtime-core.esm-bundler.js:38 [Vue warn]: Unhandled error during execution of render function
at <JsonCSV data= (7) [{…}, {…}, {…}, {…}, {…}, {…}, {…}] name="my_export.csv" >
at

runtime-core.cjs.js:6504 Uncaught TypeError: Cannot read properties of null (reading 'isCE')
at renderSlot (runtime-core.cjs.js:6504:34)
at Proxy.render (JsonCSV.vue?a4ce:13:5)
at renderComponentRoot (runtime-core.esm-bundler.js:893:44)
at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5045:57)
at ReactiveEffect.run (reactivity.esm-bundler.js:185:25)
at setupRenderEffect (runtime-core.esm-bundler.js:5171:9)
at mountComponent (runtime-core.esm-bundler.js:4954:9)
at processComponent (runtime-core.esm-bundler.js:4912:17)
at patch (runtime-core.esm-bundler.js:4504:21)
at mountChildren (runtime-core.esm-bundler.js:4700:13)

App.txt

looks like the issue is fixed after updates