Commit 9f8d2eb
committed
fix: correct FlipFlag constructor options type in context provider
Pass entire config object to FlipFlag constructor instead of manually
destructuring properties. This fixes TypeScript errors where pollingInterval
and syncInterval were incorrectly treated as unknown properties.1 parent 270a953 commit 9f8d2eb
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
| 130 | + | |
139 | 131 | | |
140 | 132 | | |
141 | 133 | | |
| |||
0 commit comments