CollinEMac commented on issue #21851:
URL: https://github.com/apache/superset/issues/21851#issuecomment-2087140803

   > I'm not sure why there are so many snyk links here, but this no longer 
seems to be the case in current-era Superset. Let us know if this needs 
revisiting for some reason.
   
   I've recently upgraded to Superset v3.1.2 and I'm now encountering the same 
issue. Example:
   
   ```
   #31 201.2 ERROR in src/pages/SqlLab/index.tsx:67:9
   #31 201.2 react/no-unknown-property: Unknown property 'css' found
   #31 201.2     65 |     <LocationProvider>
   #31 201.2     66 |       <div
   #31 201.2   > 67 |         css={css`
   #31 201.2        |         ^^^^^^^^^
   #31 201.2   > 68 |           flex: 1 1 auto;
   #31 201.2        | ^^^^^^^^^^^^^^^^^^^^^^^^^
   #31 201.2   > 69 |           position: relative;
   #31 201.2        | ^^^^^^^^^^^^^^^^^^^^^^^^^
   #31 201.2   > 70 |           display: flex;
   #31 201.2        | ^^^^^^^^^^^^^^^^^^^^^^^^^
   #31 201.2   > 71 |           flex-direction: column;
   #31 201.2        | ^^^^^^^^^^^^^^^^^^^^^^^^^
   #31 201.2   > 72 |         `}
   #31 201.2        | ^^^^^^^^^^^
   #31 201.2     73 |       >
   #31 201.2     74 |         <SqlLabGlobalStyles />
   #31 201.2     75 |         <App />
   ```
   
   I've managed to get around it by doing something [like 
this](https://github.com/emotion-js/emotion/issues/2878#issuecomment-1236384580)
 but it doesn't feel like I should have to do that. 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to