uranusjr opened a new pull request, #46919:
URL: https://github.com/apache/airflow/pull/46919
Warning: I am not really sure what I’m doing.
Still some warnings left but they need more work to fix and a bit out of my
league
```
/Users/uranusjr/Documents/programming/airflow/airflow/ui/src/components/ui/Menu.tsx
27:7 warning Fast refresh only works when a file only exports
components. Move your component(s) to a separate file
react-refresh/only-export-components
/Users/uranusjr/Documents/programming/airflow/airflow/ui/src/components/ui/Toaster.tsx
21:14 warning Fast refresh only works when a file only exports
components. Use a new file to share constants or functions between components
react-refresh/only-export-components
/Users/uranusjr/Documents/programming/airflow/airflow/ui/src/pages/Providers.tsx
53:24 warning Capture group '(s)' should be converted to a named or
non-capturing group prefer-named-capture-group
53:24 warning Capture group '(\.?:[\w.-]+)' should be converted to a
named or non-capturing group prefer-named-capture-group
53:24 warning Capture group '([#/?][\w!#$%&'()*+,./:;=?@[\]~-]*)' should
be converted to a named or non-capturing group prefer-named-capture-group
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]