-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove mutualized functions #80
base: main
Are you sure you want to change the base?
Conversation
48cf138
to
b77ab9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get the following error when launching the app : An invalid or illegal string was specified./node_modules/reconnecting-websocket/dist/reconnecting-websocket-mjs.js/ReconnectingWebSocket.prototype._connect/<@http://localhost:3000/static/js/bundle.js:102052:77
|
||
export type EnvJson = Env & typeof import('../../public/env.json'); | ||
|
||
export default class AppLocalSvc extends AppLocalComSvc { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason behind creating a class to wrap the fetcher ?
Depends on gridsuite/commons-ui#455