repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
vuejsvue | component be destroy and then mount | Bug | version 2 5 16 reproduction link step to reproduce run the provide jsfiddle what be expect the component in the slot should be move from the table to the div element or a new one be create and the old one be destorye what be actually happen if a slot be move from a t... |
vuejsvue | v pre be still parse compile custom component | Bug | version 2 5 4 reproduction link step to reproduce as you can see the element be still render while the element be not render as in the test here what be expect what be actually happen hello world |
vuejsvue | can not read property pende of null when use transition component | Bug | version 2 5 16 reproduction link step to reproduce 1 open fiddle and type anything into the first field mark break 2 see in the console the error message error in nexttick typeerror can not read property pende of null 3 notice that vue have stop work 4 refresh... |
vuejsvue | typescript type null be not assignable to type propvalidator | null | version 2 5 16 reproduction link ts vue component union prop prop anything null primitive string number object cat user regex regexp mixed regexp array union user number as new user number require an... |
vuejsvue | vue js mustach not correctly render only after indent root element | Bug | version 2 5 16 reproduction link step to reproduce this issue happen when the root element be not indent and the mustache be split into several line html only when the root element be indent the mustache get render correctly html what also work be when... |
vuejsvue | functional component fail depend on the sibling around it | Bug | version 2 5 16 reproduction link step to reproduce 1 create a functional component that return several root nodes 2 use it with be bind like with no sibling around it 3 render the template what be expect render correctly what be actually happen render a ... |
vuejsvue | component call update hook after it be destroy | Bug | version 2 5 2 reproduction link step to reproduce 1 click the home link 2 click the test link what be expect after the home component destroy its update hook should not be call what be actually happen after the home component destroy its update hook be call h... |
vuejsvue | bind event with once get reuse in v if else condition | Bug | version 2 5 16 reproduction link step to reproduce enter 3 in the input field and click the link test btn 2 what be expect it should only trigger the on click event that be configure for the test btn 2 what be actually happen it trigger the function bind ... |
vuejsvue | compilation of mustache in mustache expression doesn t work | Bug | version 2 5 17 beta 0 reproduction link step to reproduce 1 use in the datum bind html true what be expect what be actually happen |
vuejsvue | prop of component in conditionally render slot stop be reactive | Bug | version 2 5 14 reproduction link step to reproduce click update message button add dot after message once alter button be click the message be no long update what be expect update message continue work even after slot be alter what be actually happen pro... |
vuejsvue | prop change do not always trigger watch in ie11 | Help Wanted | version 2 5 16 reproduction link step to reproduce open jsfiddle in ie11 and scroll the scrollbar up and down rapidly observe the console warn that occur when a prop update be miss what be expect the watch should be fire for every scroll event what be actually hap... |
vuejsvue | unexpected duplicate presence of slot | Bug | version 2 5 2 reproduction link step to reproduce 1 I create component with scope slot appswitcher vue 2 then I use it in another component with their own slot helloworld vue with slot subtext 3 add some element to slot div in app vue what be expect it shoul... |
vuejsvue | scope slot not acknowledge in nest template tag | null | version 2 5 16 reproduction link step to reproduce just execute the jsfiddle you ll notice the scope slot isn t be render what be expect for the scope slot to be render what be actually happen the scope slot be not in this scopedslot and not be render ... |
vuejsvue | innerhtml make the content of element lose in ie11 | null | version 2 5 16 reproduction link step to reproduce 1 click click button it would execute otherbox innerhtml to clear all the content of other box 2 watch the app el be all right or not what be expect app el s content be correct in all browser... |
vuejsvue | inconsistent behavior between functional component and normal one | null | version 2 5 16 reproduction link step to reproduce 1 create a component with a slot and add some fallback content to the slot 2 create a component with render function h h and use it as the slot content 3 create a functional component with render function h h ... |
vuejsvue | name slot win t render | Bug | version 2 5 15 reproduction link step to reproduce the jsfiddle link reproduce the issue but it s a pretty intricate combination that reproduce it remove the slot namedslot from the div and wrap it with |
vuejsvue | transition class leave to not remove if hide element change too fast with v show | Bug | version 2 5 13 reproduction link step to reproduce change a value in a vue really fast and the transition win t remove the leave to class what be expect the label should be show what be actually happen the label isn t show on my own app I redirect to a page t... |
vuejsvue | when add and remove style rule like background sub rule background color be not re apply | Bug | version 2 5 13 reproduction link step to reproduce add background set value to red click add see the box in red click on remove check the box what be expect the box should be gray again what be actually happen the box have no background... |
vuejsvue | assign ref to zero result in miss element in ref | Bug | version 2 5 13 reproduction link step to reproduce assign any element with ref to 0 such as what be expect p exist in ref what be actually happen p isn t in ref workaround be to put additional char to ref such as now that p will be in this ... |
vuejsvue | listener be not update correctly on component reuse | Bug | version 2 5 13 reproduction link step to reproduce 1 click emit1 alert something no problem 2 click switch 3 click emit2 alert again not expect what be expect not alert when I click the button emit2 what be actually happen alert when I click the but... |
vuejsvue | pitfall of vue dependency detection may cause redundant dependency | Bug | version 2 4 2 reproduction link step to reproduce click the button then app component will update twice what be expect app component update only once what be actually happen app component update twice when prop use in child component initialization they will b... |
vuejsvue | keep alive doesn t call destroy if view be active | Bug | version 2 5 13 reproduction link step to reproduce 1 navigate to page a to make keep alive to cache page a component 2 navigate to page b to make keep alive to cache page b component 3 now if remove cache of page a page a be destroy correctly if navigate back to page a... |
vuejsvue | filter with empty argument cause error in chrome 57 | Bug | version 2 5 13 reproduction link step to reproduce in chrome 57 and 56 1 filter with empty argument html text somefilter 2 when no parenthesis html text somefilter what be expect 1 no error ... |
vuejsvue | layout calculation in beforeenter hook will cancel enter animation for transition element | Bug | version 2 5 13 reproduction link step to reproduce 1 click toggle slide to enable transition which be currently not work 2 if you remove the scrolltop layout calculation in beforeslideenter the element will slide in smoothly now the transition be work what be expect g... |
vuejsvue | can t import vue use typescript and node | null | version 2 5 13 reproduction link step to reproduce clone this repo git clone install dependency npm install compile ts tsc launch app you ll see an error vue 1 default be not a constructor node build main js what be expect I can create... |
vuejsvue | cancel transition on v show still add the entertoclass or leavetoclass | Bug | version 2 5 13 reproduction link step to reproduce cancel a transition in the next frame example cancel a fade out transition js this show false this nexttick this show true what be expect the v enter to or v leave to class be not... |
vuejsvue | svg foreignobject svg | Bug | version 2 5 13 reproduction link step to reproduce v1 0 28 be ok v2 5 13 have bug what be expect foreignobject svg svg rect what be actually happen foreignobject svg svg rect svg foreignobject svg ... |
vuejsvue | custom event emit by the v if component yet trigger the v else component listener | Bug | version 2 5 13 reproduction link step to reproduce define a custom component witch emit custom event use v if v else create 2 component instance on first instance use v on listen the custom event the second donot toggle the v if condition emit the custom event on the ... |
vuejsvue | vue do not accept undefined value when return an array in functional component | Bug | version 2 5 11 reproduction link step to reproduce check console log what be expect should render input element what be actually happen when functional component return an array and the array contain other value besides vnode like e g null or undefined vue will not ... |
vuejsvue | vue template compiler double escape newline in ssrnode text string template | Bug | version 2 5 9 reproduction link I use a gist because ssrcompile be not expose by the global build of vue step to reproduce javascript compiler require vue template compiler template nfoo nbar n result compiler ssrcompile template console log result render... |
vuejsvue | datum method not call with this as argument when use mixin with datum option | Bug | version 2 5 9 reproduction link step to reproduce 1 run the reproduction 2 vuecomponent log in console 3 uncomment mixin mixin 4 run the reproduction again what be expect vuecomponent log in console what be actually happen undefine lo... |
vuejsvue | keep alive with include property result prop datum do not pass down to component | Bug | version 2 5 8 reproduction link step to reproduce 1 click first and second alernatively for multi times 2 change select to japanese click first and second alernatively for multi times 3 change select to english what be expect expect router view ... |
vuejsvue | ssr mismatch style be not update in the dom unless the element have a ref | Bug | version 2 5 3 reproduction link step to reproduce load the codepen this be obviously not an actual ssr app but be emulate one the same thing happen with actual ssr that set the padding base on window width what be expect the inline style should be update when the page hy... |
vuejsvue | conditionally change the order of slot work incorrectly in env production mode of vue | Bug | version 2 5 2 reproduction link step to reproduce after open the codepen please click on the toggle button what be expect the slot which show the number should inverse when click on the toggle button their order be change with a v if condition what be actually happ... |
vuejsvue | pass component to grandchildren s nest name slot will resolve in the default slot | Bug | version 2 5 2 reproduction link step to reproduce my use case be that I have a default layout with toolbar and main content wrapper but some page need a searchbar and some don t and layout may have different level so I create a component call layoutdefault as a base for oth... |
vuejsvue | v model with select and text area issue vue server render | Bug | version 2 5 2 reproduction link step to reproduce in ssr the select field be not render with the select attribute then the select option appear select after all page load the same happen with the textarea field first appear empty and then when the page load it show the content of v ... |
vuejsvue | conflict between v once and ref | Bug | version 2 5 2 reproduction link step to reproduce open console ctrl shift I in chrome for example what be expect output in console what be actually happen output in console undefine if remove v once or change vue version to ... |
vuejsvue | vm off not work when pass an array as first argument | Bug | version 2 5 2 reproduction link step to reproduce 1 add multiple custom event listener js this on event1 event2 console log this be callback 2 try to remove they with vm off this off event1 event2 3 try to ... |
vuejsvue | keep alive include will also cache anonymous component | Bug | version 2 5 2 reproduction link step to reproduce triggle the route what be expect the second route component not be cache what be actually happen the second route component be cache this demo tow router view component both have name the result be r... |
vuejsvue | v if v else not work with type v model | Bug | version 2 5 2 reproduction link step to reproduce run the jsfiddle example what be expect v else to work what be actually happen v else seem to have no effect maybe relate duplicate with issue 6917 or issue 6907 |
vuejsvue | grandchild component disappear after parent re render | Bug | version 2 5 2 reproduction link step to reproduce on the jsfiddle wait for the settimeout on l19 to finish when the parent s label be set to false the component re render but lose the content of the grandchild what be expect for the grandchild content to still be in the dom... |
vuejsvue | compute property setter on component other than this not call when update v model | Bug | version 2 5 2 reproduction link step to reproduce 1 declare a compute property on a parent component with a setter 2 in a child component pass the compute property as a v model 3 attempt to update the property via the v model bind what be expect the compute property ... |
vuejsvue | ssr issue with dynamic type | Bug | version 2 5 2 reproduction link unable to quickly setup a ssr environment to show the issue step to reproduce vue what be expect generate html by the server what be actually happen the server generate hydration error in browser console ... |
vuejsvue | doesn t select correct option after render | Bug | version 2 5 2 reproduction link step to reproduce in the link nothing in your own instance set a v if on a select that also have a v model see example what be expect the select should render and the option whose value be the value of the model bind to the selec... |
vuejsvue | inconsistent state possible after middle click on refresh icon on firefox 56 | null | version 2 5 2 reproduction link step to reproduce 1 be on firefox 56 or more 2 check the checkbox 3 middle click on the refresh icon in the toolbar what be expect a consistent state either unchecked and false or check and true what be actually happen th... |
vuejsvue | dynamic input type only work if the property be call type | Bug | version 2 5 0 reproduction link step to reproduce if you use a dynamic type on an input and the property be not call type you ll get this warning vue js 491 vue warn property or method type be not define on the instance but reference during render make sure that t... |
vuejsvue | memory leak with keep alive | Bug | version 2 4 4 reproduction link step to reproduce switch foo and home link for several time vuecomponent s count will be always grow up what be expect vuecomponent s count be stable what be actually happen vuecomponent s count always grow up 1 switch 0 time ... |
vuejsvue | uncaught typeerror can not read property type of undefined | Good First Issue | version 2 4 4 reproduction link step to reproduce bind a component to in input field while use inline template what be expect a proper error message that tell the developer that inline template component must have exactly one child element what be actually happen unca... |
vuejsvue | transitioning between component fail when component s root node have v if false | Bug | version 2 4 4 reproduction link step to reproduce click radio b what be expect should switch to component b what be actually happen doesn t switch to b in real scenario when a user navigate to a new view I want to load the remote datum in crea... |
vuejsvue | embed html into an html5 svg fragment get wrong namespace in template | Bug | version 2 4 4 reproduction link step to reproduce embed in the svg element what be expect the should be render as a htmlelment and show what be actually happen do not show seem related to this |
vuejsvue | vue ssr bug on nodejs v8 x about async promise entrance | null | version 2 4 4 reproduction link step to reproduce babel webpack dev server object promise what be expect babel async async what be actually happen normalizerender undefined sorry my engl... |
vuejsvue | null value for v text directive not handle in ssr | Bug | version 2 4 2 reproduction link v text v text step to reproduce try to render where x be be null or undefined what be expect it may be gracefully handle just like v html directive see note below or client side version of v text wha... |
vuejsvue | click would trigger event other vnode click event | Bug | version 2 4 2 reproduction link step to reproduce see reproduction link what be expect when I click expand be true then expand to become false and only counta change what be actually happen when I click expand be ture nothing happen the cou... |
vuejsvue | input once prevent the update of the input if use with v model | Bug | version 2 4 2 reproduction link step to reproduce type one character in the input what be expect the character be add to the input the value property be update to reflect the change and the setdirty method be call set isdirty to true what be actually happ... |
vuejsvue | vue ssr fail with innerhtml | Bug | version 2 4 2 reproduction link step to reproduce use dompropsinnerhtml in jsx or v html in vue template or clone the repo npm install npm run dev open and what be expect no warning in console what be actually happen dom mismatch er... |
vuejsvue | ie11 keystroke miss if v model be use | Bug | version 2 4 2 reproduction link step to reproduce this issue only occur in internet exporer 11 on textarea and input field when use v model bind 1 open the with ie 11 2 quickly enter text into the second textarea maybe you should press 3 button at same time we use a barco... |
vuejsvue | vm forceupdate duplicate content when child consist of a slot follow by text | Bug | version 2 4 2 reproduction link step to reproduce in a component render function return an element that contain a slot directly follow by raw text what be expect new content completely replace the old content on re render what be actually happen new content be appen... |
vuejsvue | inject provide not work in vue extend class | Bug | version 2 4 2 reproduction link step to reproduce 1 use vue extend to create a subclass which contain provide option 2 inject property in child component of subclass what be expect property be inject correctly what be actually happen property be not inje... |
vuejsvue | component disappear on first re render | Bug | version 2 4 2 reproduction link step to reproduce on the jsfiddle wait for the settimeout on l15 to complete after two second what be expect for customela to still be in the dom what be actually happen customela be remove from the dom on re render however it... |
vuejsvue | vue server renderer lt hello will cause server client dom mismatch | Bug | version 2 4 2 reproduction link step to reproduce just make an ssr app use nuxt or something else and put hello into the template what be expect no error what be actually happen console output vue warn the client side render virtual dom tree be not match se... |
vuejsvue | attrs be undefined when component have no prop | Bug | version 2 4 2 reproduction link step to reproduce access attrs as object within component context when no prop be provide what be expect attrs be an object contain unrecognized prop therefore I would expect an empty object when no prop be specify on component tag ... |
vuejsvue | out in transition issue with async component in a block | Bug | version 2 4 2 reproduction link step to reproduce open click the b button what be expect the previous component a should disappear before component b appear what be actually happen component a and b be visible simultaneously see also issue 5760... |
vuejsvue | dt and dd without end tag go to wrong | Bug | version 2 4 2 reproduction link step to reproduce 1 write and without their end tag by turn in a template except dom template for example html title 1 detail 1 title 2 detail 2 what be expect the dom tree will become html ... |
vuejsvue | select element can t be render correctly by vue 2 0 0 or above in ie 11 | Bug | version 2 4 2 reproduction link step to reproduce 1 open the link in ie11 2 see the select element do t be render correctly what be expect the second option in select element should be in view what be actually happen the third option in select e... |
vuejsvue | error compile template even though one root element | Bug | version 2 4 1 reproduction link step to reproduce 1 tag as root element 2 put tag as child element what be expect render template correctly what be actually happen error compile template with message component template should contain exactly one root elem... |
vuejsvue | html block comment single quote not parse correctly | Bug | version 2 4 1 reproduction link step to reproduce use the new comment true property on a vue instance do not understand block comment and it also error when single quote be use within inline comment this be particularly annoying in drupal development when debug template s... |
vuejsvue | custom directive insert hook doesn t fire when transition be use on bind element | Bug | version 2 3 4 reproduction link step to reproduce 1 create custom directive that use insert hook 2 apply that directive to element with v if and wrap in 3 toggle visibility of that element what be expect insert hook to fire just like bind hook ... |
vuejsvue | strange behavior with input type number | Bug | version 2 3 4 reproduction link step to reproduce I want to build a input with 6 digital the code above woks fine until I enter 0 more then 6 time val in vue model be 000000 but the display be 00000000 what be expect I think it s a bug what be actually ... |
vuejsvue | v model not work with | Bug | version 2 3 4 reproduction link step to reproduce see minimal reproduction link v model work as expect with but not with the longhand work when the model prop be name something other than value what be expect v model should automatically wire up the value... |
vuejsvue | transition group with dynamic name not correctly apply transition | Bug | version 2 3 0 reproduction link step to reproduce 1 run the fiddle 2 uncheck the checkbox 3 click shuffle button 4 check the checkbox 5 click shuffle button what be expect after first shuffle click with an unchecked checkbox list item be reorder... |
vuejsvue | ssr unexpected hydration bailout with tag | Bug | version 2 3 4 reproduction here what happen on f5 reload key ssr pre tag issue it happen only once the video be loop step to reproduce add a tag in app vue of the vue hackernew 2 0 demo |
vuejsvue | memory leak in vue js server side when use compute | Bug | version reproduction link step to reproduce 1 use vue server render rendertostre 2 the vm in server have compute which define a test function without return yes this step be incorrect just throw error and pause be ok but then memory leak happend 3 memory leak happe... |
vuejsvue | can not read property ssrcontext of undefined | Bug | version 2 3 4 reproduction link l13 l13 step to reproduce 1 git clone 2 change src util title js file like this js const servertitlemixin create before change const title gettitle this if title this ssrco... |
vuejsvue | inconsistent behavior of v model sync during ime composition for | Bug | what problem do this feature solve basic usage for language that require an ime chinese japanese korean etc you ll notice that v model doesn t get update during ime composition msg be ok but type search be not ok msg what do the propose api look like fo... |
vuejsvue | keep alive component or other abstract component ignore slot name | Bug | version 2 3 4 reproduction link step to reproduce just open reproduction link what be expect foo content be show at foo slot default slot foo slot foo content what be actually happen foo content be show at default slot slot foo ... |
vuejsvue | out in transition issue with async component | Bug | version 2 3 0 reproduction link step to reproduce load click the b button what be expect the previous component a should disappear before component b appear what be actually happen component a and b be visible simultaneously this behavior be happ... |
vuejsvue | even after async component be resolve a timeout occur | Bug | version 2 3 2 reproduction link step to reproduce after reproduction link be load wait what be expect when async component be resolve a timeout be not occur what be actually happen when async component be resolve a timeout be occur the follow ... |
vuejsvue | element unnecessarily re create when an above v for change | Bug | version 2 3 2 reproduction link step to reproduce change the input mark change I then add a row any input follow the v for row get re create and lose their value while input above remain as they be this only seem to happen when the input and v for element be contain in a parent... |
vuejsvue | dynamic slot name bind from v for directive not work with scope slot | Bug | version 2 3 2 reproduction link step to reproduce create a scope slot use the |
vuejsvue | keep alive inside of transition not work with include | Bug | version 2 2 6 reproduction link step to reproduce click the switch view button what be expect the home view s state should have be keep alive when switch to the other signin view what be actually happen instead the home view be recreate everytime ... |
vuejsvue | mouse modifier click right not work | Bug | version 2 2 1 reproduction link step to reproduce click on the textarea with the right click of your mouse what be expect it should add in the textarea the follow text contextmenu right what be actually happen there be only the text contextmenu |
vuejsvue | view not update when use transition in this case | Bug | version 2 2 6 reproduction link step to reproduce click the update text what be expect position change what be actually happen position not change it work when I do like this |
vuejsvue | input type file be change to text in safari | Bug | version 2 2 4 reproduction link step to reproduce html file js js const app1 new vue el app datum enterus true user sean settimeout app1 enterus false 1000 wait one second for the t... |
vuejsvue | v show doesn t not work for component on server side rendering | Bug | version 2 2 4 reproduction link step to reproduce npm install node server js what be expect html hello world what be actually happen html hello world |
vuejsvue | provide isn t reactive with a single array | Bug | version 2 2 4 reproduction link step to reproduce create a parent and child component set the provide of the parent use vuex inject the provide of the parent to child what be expect must be reactive what be actually happen not reactive |
vuejsvue | can not register vuex in create hook with performance on | Bug | vue js version 2 2 4 reproduction link on line 20 change the vue config performance from true to false to switch between normal behavior and the issue behavior step to reproduce attempt to register a vuex module in a beforecreate or create hook with the performan... |
vuejsvue | bind an array to an input field | null | vue js version 2 2 4 step to reproduce arraydata function return 1 2 3 what be expect early version of vue 2 1 9 would set the value of the input field to 1 2 3 but now the value be set to 1 2 3 which be the valid representat... |
vuejsvue | no change trigger after reassign state | Bug | vue js version 2 2 4 reproduction link what be expect state declare in root component should change and render to html same code in vue version 2 0 0 work as expect what be actually happen state change in the callback emit by child component be not work as expect |
vuejsvue | use arrow function inside v on with key modifier doesn t wok | Bug | use an arrow function inside v on directive together with a key modifier doesn t work fiddle to test it yourself I ask in a forum thread first it be mention that this could be a bug |
vuejsvue | default value not show for default slot when only name slot content provide | Bug | vue js version 2 2 1 reproduction link step to reproduce have two slot one name and the other be default and template provide only other slot content the default slot do not show default value because empty node be register with empty space as content |
vuejsvue | inject falsy value | Bug | version 2 2 1 reproduction link step to reproduce view generate output what be expect provide falsy value should be injectable what be actually happen check in inject js l16 l16 prevent injection of falsy value |
vuejsvue | v2 2 0 beta 1 v model doesn t work when pass prop be name value | Bug | vue js version v2 2 0 beta 1 reproduction link 2 2 0 beta 1 2 1 10 step to reproduce open 2 2 0 beta 1 repo link type something in the first input field value prop in the parent component should update what be expect v model should work regardless of the name of... |
vuejsvue | unexpected behaviour when use appear mode attrib | Bug | vue js version 2 1 10 reproduction link a variant with css transition a variant with js transition step to reproduce css click run on jsfiddle js click any button in result pane what be expect css not work appear attribute do not work initial animation js not work ... |
vuejsvue | late inject option of constructor be drop in resolvecomponentoption function | Bug | while investigate the cause of relate to vue hot reload not work with vue class component ktsn find a bug in vue core which he note here issuecomment 280859079 he say I find there be a bug in core library that accidentally drop late inject option of constructor that mean if we use vue hot... |
vuejsvue | dynamic slot name not work with scope slot | Bug | vue js version 2 1 10 reproduction link step to reproduce 1 create a scope slot scope slot use the |
vuejsvue | issue about father component s scope style when child component show by v if | Bug | vue js version 2 1 10 the late reproduction link expect in this demo all the text be red get only 1 and 3 be red step to reproduce 1 create a father component that have a class item on each of his child vue 2 create the child vue ... |
vuejsvue | transition group transition on empty array | Bug | vue js version 2 1 10 reproduction link step to reproduce there seem to be an issue with the transition group component when transition be apply on each element iterate on a v for with an initial empty array whenever you add push an item to the array before the previous transition b... |
vuejsvue | use in custom delimiter yield wrong compile template | Bug | vue js version 2 1 10 reproduction link step to reproduce it seem that vue parse the template string improperly if you add a space before open delimiter the rendering be correct try inside tag text what be expect correctly render what be actual... |
vuejsvue | server side function type prop s default function be undefined when render server side | Bug | vue js version 2 1 10 reproduction link step to reproduce 1 run the app npm run dev what be expect should render to default function result value what be actually happen throw error vue warn invalid prop type check fail for prop fu... |
vuejsvue | null | Bug | vue js version 2 1 10 reproduction link what be actually happen error vm281 vue js 525 vue warn expect an array value for its binding but get string find in root instance |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.