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
For UI Claim Status web app, we are using accordions pulled via the njwds NPM package. When we import the JS file uswds-init.js and uswds.js to allow for JS functionality to work, we are noticing that the initial accordion setup is not working (the content of the accordion is shown even though it starts closed by default). There may be something to investigate here into how JS functionality loads and interacts with a React app. After clicking on the accordion button the first time, functionality is as expected
The text was updated successfully, but these errors were encountered:
For UI Claim Status web app, we are using accordions pulled via the
njwds
NPM package. When we import the JS fileuswds-init.js
anduswds.js
to allow for JS functionality to work, we are noticing that the initial accordion setup is not working (the content of the accordion is shown even though it starts closed by default). There may be something to investigate here into how JS functionality loads and interacts with a React app. After clicking on the accordion button the first time, functionality is as expectedThe text was updated successfully, but these errors were encountered: