rusackas commented on code in PR #26736:
URL: https://github.com/apache/superset/pull/26736#discussion_r2229142244


##########
superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx:
##########
@@ -18,7 +18,7 @@
  */
 /* eslint-disable react/jsx-sort-default-props, react/sort-prop-types */
 /* eslint-disable react/forbid-prop-types, react/require-default-props */
-import { Component } from 'react';
+import { Component, useEffect, useMemo } from 'react';

Review Comment:
   ```suggestion
   import { useEffect } from 'react';
   ```



-- 
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: notifications-unsubscr...@superset.apache.org

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


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

Reply via email to