modernize-angular-free
modernize-angular-free copied to clipboard
A drawer was already declared for 'position="start"'
I'm encountering an error while testing the bootstrapping functionality across various device screen sizes using Chrome Developer Tools.
Steps to Reproduce
- Open the project in a web browser (Chrome)
- Access Chrome Developer Tools
- Use the device toolbar to simulate different screen sizes
- Attempt to test the bootstrapping functionality
Expected Behavior The bootstrapping should work correctly across all simulated device screen sizes.
Actual Behavior
An error occurs during the testing process.
core.mjs:6620 ERROR Error: A drawer was already declared for 'position="start"' at throwMatDuplicatedDrawerError (sidenav.mjs:46:11) at sidenav.mjs:790:21 at Array.forEach (<anonymous>) at QueryList.forEach (core.mjs:7165:23) at MatSidenavContainer._validateDrawers (sidenav.mjs:781:23) at Object.next (sidenav.mjs:627:18) at ConsumerObserver.next (Subscriber.js:91:33) at SafeSubscriber._next (Subscriber.js:60:26) at SafeSubscriber.next (Subscriber.js:31:18) at subscribe.innerComplete (mergeInternals.js:25:28)
Additional Information
- Browser: Google Chrome (version: please specify)
- Chrome DevTools version: (if known)
Screenshots
I'd like to express my gratitude for this licensed product. It provides an excellent foundation for various projects, and I appreciate the hard work that has gone into its development.