Skip to content

Commit 35d2a4c

Browse files
authored
Merge pull request #970 from p3ol/fix/remove-widget-container
🐛fix(react): remove widget_container from usable config
2 parents 4fad808 + fd3d60b commit 35d2a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/contexts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface AccessContextValue {
1717
* More infos:
1818
* https://www.poool.dev/docs/access/javascript/access/configuration
1919
*/
20-
config?: Poool.AccessConfigOptions;
20+
config?: Omit<Poool.AccessConfigOptions, 'widget_container'>;
2121
/**
2222
* Your poool access texts ati_tag_options
2323
*

0 commit comments

Comments
 (0)