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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Describe the bug
When it's built via npm run build, it's showing me this error (TypeError: Cannot read properties of undefined (reading 'isProxied')) in my console on chrome browser.
And the date picker is not showing up at all. I notice that the html element 'duet-date-picker' did not add class="hydrated"
(fyi, it's working fine on my local - in other words, before 'npm run build')
To Reproduce
Steps to reproduce the behavior:
npm run build
upload it to server
check it out on the chrome browser
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When it's built via npm run build, it's showing me this error (TypeError: Cannot read properties of undefined (reading 'isProxied')) in my console on chrome browser.
And the date picker is not showing up at all. I notice that the html element 'duet-date-picker' did not add class="hydrated"
(fyi, it's working fine on my local - in other words, before 'npm run build')
To Reproduce
Steps to reproduce the behavior:
Screenshots
The text was updated successfully, but these errors were encountered: