Skip to content

Commit

Permalink
Merge branch 'react18' into test/hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
panaC committed Sep 18, 2023
2 parents 5eb44fe + 6289665 commit 7bb0b9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
21 changes: 0 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/renderer/library/index_library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (IS_DEV) {
// devTron = require("devtron");

// eslint-disable-next-line @typescript-eslint/no-var-requires
axe = require('@axe-core/react');
axe = require("@axe-core/react");
}

initGlobalConverters_OPDS();
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/reader/index_reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (IS_DEV) {
// devTron = require("devtron");

// eslint-disable-next-line @typescript-eslint/no-var-requires
axe = require('@axe-core/react');
axe = require("@axe-core/react");
}

initGlobalConverters_OPDS();
Expand Down

0 comments on commit 7bb0b9b

Please sign in to comment.