mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
- Set the browser target to ES6 and reduce the JS bundle size considerably
- Upgrade ESLint to v9.x and migrate the .eslintrc.js file to make it work
This commit is contained in:
@@ -2,7 +2,6 @@ import React from 'react';
|
||||
import Theme from 'sources/Theme';
|
||||
|
||||
export function withTheme(WrappedComp) {
|
||||
// eslint-disable-next-line react/display-name
|
||||
return (props)=>{
|
||||
return <Theme><WrappedComp {...props}/></Theme>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user