native/src/components/FeedbackContainer.tsx
Function handleSubmit
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const handleSubmit = () => {
setSendingStatus('sending')
const request = async () => {
const feedbackEndpoint = createFeedbackEndpoint(await determineApiUrl())