You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/06/01 20:01:35 UTC

[GitHub] [superset] AAfghahi commented on pull request #14830: refactor: Convert TableElement.jsx component from class to functional with hooks

AAfghahi commented on pull request #14830:
URL: https://github.com/apache/superset/pull/14830#issuecomment-852408801


   > @corbinrobb can you fix these issues to allow CI to pass
   > 
   > ```
   > /home/runner/work/superset/superset/superset-frontend/src/SqlLab/components/TableElement.jsx
   >    35:1   error  `src/components/Icons` import should occur before import of `../../components/CopyToClipboard`         import/order
   >    70:9   error  'popSelectStar' is assigned a value but never used                                                     no-unused-vars
   >   192:30  error  Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`  arrow-body-style
   >   264:36  error  Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`  arrow-body-style
   >   280:20  error  Curly braces are unnecessary here                                                                      react/jsx-curly-brace-presence
   >   292:7   error  Value must be omitted for boolean attributes                                                           react/jsx-boolean-value
   > ```
   
   So I actually think popSelectStar is depreciated. Might be worth setting up a test env to check to make sure. 


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org