CSS Component Generates $.anwidget Error
Hello,
I'm using the textinput Component, and the text is very small on a Mac. Watching videos on using the CSS Component, I successfully made a test application to use a styles.css file in conjunction with the CSS Component. When I do the same in my main application (it is very large and I cannot post it for client-security reasons), I get this error:
Uncaught TypeError: $.anwidget is not a function
at css.js?1678401983835:3:7
at css.js?1678401983835:15:3
The moment I remove the CSS Component from the Stage and re-test the application, the error is not generated.
I verified in the assets subfolder that my styles.css file is published there and present.
Looking at another Discussion's suggestions, I also went into components\ui\source subfolder and made css.js to be Read Only. That didn't resolve it.
Can anyone tell me what I might be doing wrong? Thank you for any help.
