Skip to content

Commit

Permalink
fix(syringe): attributes in ContributionOptionConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Apr 12, 2024
1 parent 81a4f84 commit 1b880fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .changeset/blue-sloths-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@difizen/mana-syringe': patch
'@difizen/mana-docs': patch
'@difizen/mana-app': patch
'@difizen/mana-common': patch
'@difizen/mana-core': patch
'@difizen/mana-l10n': patch
'@difizen/mana-observable': patch
'@difizen/mana-react': patch
'@difizen/mana-ui': patch
---

fix: attributes in ContributionOptionConfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const Provider = Syringe.defineToken('SyringeContributionProvider', {
});

export class ContributionOptionConfigImpl {
recursive: false;
cache: true;
recursive = false;
cache = true;
}

export const ContributionOptionConfig = new ContributionOptionConfigImpl();

0 comments on commit 1b880fe

Please sign in to comment.