vitorrd

Results 5 comments of vitorrd

This can be addressed by overriding the SDK API version with the following (right after you require the package): `Object.defineProperty(FacebookAdsApi, 'VERSION', { get: () => 'v13.0' });` Hope this helps...

It seems this does work with styled, but not with createGlobalStyle.

FYI to whoever runs into this problem. This stems from the fact package **globby** (for file globs), which **pkg-utils** uses (and **plugin-kit** depends on), doesn't support backward slashes in its...