You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Chakra UI renders, but any onClick handlers defined anywhere in the same Island will just vanish away.
Have anyone else encountered the same issue? And how was it solved?
Also, as soon I run deno task start I encounter following warning
▲ [WARNING] This case clause will never be evaluated because it duplicates an earlier case clause [duplicate-case]
deno:https://esm.sh/v104/@motionone/[email protected]/X-YS9AdHlwZXMvcmVhY3Q6cHJlYWN0L2NvbXBhdCxyZWFjdC1kb206cHJlYWN0L2NvbXBhdCxyZWFjdC9qc3gtcnVudGltZTpwcmVhY3QvY29tcGF0L2pzeC1ydW50aW1lLHJlYWN0OnByZWFjdC9jb21wYXQKZC9wcmVhY3RAMTAuMTEuMA/deno/dom.js:2:7271:
2 │ ...?void 0:()=>t.animations.forEach(r=>r[e]())}},set:(t,e,n)=>{switch(e){case"currentTime":n=Ut.ms(n);case"currentTime":case"playbackRate":for(let r=0;r<t.animations.length;r )t.animations[r][e]=n;return...
╵ ~~~~
The earlier case clause is here:
deno:https://esm.sh/v104/@motionone/[email protected]/X-YS9AdHlwZXMvcmVhY3Q6cHJlYWN0L2NvbXBhdCxyZWFjdC1kb206cHJlYWN0L2NvbXBhdCxyZWFjdC9qc3gtcnVudGltZTpwcmVhY3QvY29tcGF0L2pzeC1ydW50aW1lLHJlYWN0OnByZWFjdC9jb21wYXQKZC9wcmVhY3RAMTAuMTEuMA/deno/dom.js:2:7242:
2 │ ...ault:return typeof n?.[e]>"u"?void 0:()=>t.animations.forEach(r=>r[e]())}},set:(t,e,n)=>{switch(e){case"currentTime":n=Ut.ms(n);case"currentTime":case"playbackRate":for(let r=0;r<t.animations.length;r ..
not sure if they are related.
The text was updated successfully, but these errors were encountered:
Hello community,
I tried to use https://chakra-ui.com/ with fresh at https://github.com/vinaybedre/deno-fresh-chakra-ui/blob/main/islands/Counter.tsx with versions as below
The Chakra UI renders, but any onClick handlers defined anywhere in the same Island will just vanish away.
Have anyone else encountered the same issue? And how was it solved?
Also, as soon I run
deno task start
I encounter following warningnot sure if they are related.
The text was updated successfully, but these errors were encountered: