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
@calebporzio With reference of #825 of Alpine issue. I am still facing this issue with the Alpine version 3.10.3. So once the page successfully loaded first time then there was no any console error but when I tried to apply any filters and filter will reload the component at that time it shows the Uncaught ReferenceError: is_theme_tab_opened_1 is not defined error. Please have a look at the below screenshots for better understanding.
Issue is happening with x-bind:class only
Dependencies
Code
x-data has already been defined but it still shows reference error in the browser console.
@calebporzio With reference of #825 of Alpine issue. I am still facing this issue with the Alpine version
3.10.3
. So once the page successfully loaded first time then there was no any console error but when I tried to apply any filters and filter will reload the component at that time it shows theUncaught ReferenceError: is_theme_tab_opened_1 is not defined
error. Please have a look at the below screenshots for better understanding.Issue is happening with
x-bind:class
onlyDependencies
Code
x-data
has already been defined but it still shows reference error in the browser console.Browser console error
Inspected element with
x-data
already defined inOriginally posted by @mayanksdudakiya in #2114 (comment)
The text was updated successfully, but these errors were encountered: