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
Describe the bug
Received the following console error after updating to version 6.0.12: withA11y(options) is deprecated, please configure addon-a11y using the addParameter api:
Clicking on the Accessibility Panel in a story at the bottom/side results in the panel stating 'Initializing'
Expected behavior
Accessibility results should be shown
Screenshots
Code snippets
Updated my code in preview.js to accommodate for the new syntax: addParameters({ a11y: { element: '#root', manual: false }
Describe the bug
Received the following console error after updating to version 6.0.12:
withA11y(options) is deprecated, please configure addon-a11y using the addParameter api:
Clicking on the Accessibility Panel in a story at the bottom/side results in the panel stating 'Initializing'
Expected behavior
Accessibility results should be shown
Screenshots
Code snippets
Updated my code in preview.js to accommodate for the new syntax:
addParameters({ a11y: { element: '#root', manual: false }
System:
The text was updated successfully, but these errors were encountered: