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
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x, v8.x
Current Behavior
I am using the bundled version of ionic
After I render a ion-item-sliding with ion-item-options two or more times I get an error like the following
p-b51e4004.js:4 Uncaught (in promise) Error: "undefined" is not a valid value for [side]. Use "start" or "end" instead.
at b (p-b51e4004.js:4:3050)
at b.updateOptions (p-c7e0b81a.entry.js:4:14724)
at b.connectedCallback (p-c7e0b81a.entry.js:4:13108)
at Fs (p-4af0b730.js:7:239613)
at js (p-4af0b730.js:7:241171)
at p-4af0b730.js:7:242350
at Vs (p-4af0b730.js:7:242665)
at p-4af0b730.js:7:247293
at Object.jmp (p-4af0b730.js:8:170)
at c.connectedCallback (p-4af0b730.js:7:247284)
This happens even if I add a valid side prop to the element
Tried the same code with v6.6.0 and it works fine
Prerequisites
Ionic Framework Version
v7.x, v8.x
Current Behavior
I am using the bundled version of ionic
After I render a ion-item-sliding with ion-item-options two or more times I get an error like the following
This happens even if I add a valid
side
prop to the elementTried the same code with v6.6.0 and it works fine
Expected Behavior
Update or add item without error
Steps to Reproduce
Test code
Code Reproduction URL
https://stackblitz.com/edit/stackblitz-starters-mezoy6?file=index.html
Ionic Info
No have
Additional Information
No response
The text was updated successfully, but these errors were encountered: