Variouu changes from a few days ago.
This commit is contained in:
@@ -11,7 +11,7 @@ const config = {
|
||||
|
||||
// Disable accessibility warnings
|
||||
onwarn: (warning, handler) => {
|
||||
console.log('HERE');
|
||||
// console.log('HERE');
|
||||
if (warning.code.includes("a11y")) return;
|
||||
// if (warning.code === 'a11y-distracting-elements') return;
|
||||
handler(warning);
|
||||
|
||||
Reference in New Issue
Block a user