Skip to content

Commit

Permalink
Merge pull request #378 from d-i-t-a/bugfix/optional-configuration-pr…
Browse files Browse the repository at this point in the history
…operties

fixed optional configuration properties
  • Loading branch information
aferditamuriqi authored Aug 10, 2022
2 parents 44b0fa3 + 771212e commit 7a153b7
Show file tree
Hide file tree
Showing 18 changed files with 1,830 additions and 5,155 deletions.
2 changes: 1 addition & 1 deletion examples/react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const App = () => {
const url = new URL("https://alice.dita.digital/manifest.json");
D2Reader.load({
url,
injectables: injectables as any,
injectables: injectables,
injectablesFixed: [],
}).then(setReader);
}, []);
Expand Down
1 change: 1 addition & 0 deletions examples/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"declaration": true,
"preserveConstEnums": true,
"strictNullChecks": true,
"strict": true,
"target": "es6",
"skipLibCheck": true,
"jsx": "react",
Expand Down
Loading

0 comments on commit 7a153b7

Please sign in to comment.