padawan - merge inertia branch, update sorbet/tapioca rbi files #8
Annotations
10 errors
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L64
React Hook "useRef" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L65
React Hook "useLocale" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L68
React Hook "useAxiosPost" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L69
React Hook "useAxiosPost" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L73
React Hook "useAxiosPost" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L76
React Hook "useAxiosPost" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L81
React Hook "useMemo" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L83
React Hook "useMemo" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L94
React Hook "useMemo" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
app/frontend/pages/BillOfTheWeekCreator.tsx#L102
React Hook "useCallback" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|