You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the stub by following the documentation with: import * as cmpstub from "@iabgpp/stub";
then execute: cmpstub();
I receive errors relative to the stub module code that does not provide an export named 'default', so it can't be used in a esm context.
I think a solution can be to follow the tcf stub module code and config that works well on old and recent projects: https://github.com/InteractiveAdvertisingBureau/iabtcf-es/tree/master/modules/stub
The text was updated successfully, but these errors were encountered:
When I use the stub by following the documentation with:
import * as cmpstub from "@iabgpp/stub";
then execute:
cmpstub();
I receive errors relative to the stub module code that does not provide an export named 'default', so it can't be used in a esm context.
I think a solution can be to follow the tcf stub module code and config that works well on old and recent projects: https://github.com/InteractiveAdvertisingBureau/iabtcf-es/tree/master/modules/stub
The text was updated successfully, but these errors were encountered: