Enrico Icardi

Results 8 comments of Enrico Icardi

This is happening to me as well (trying to use headtrackr in the main Controller of an AngularJS App), but i can't find the cause of the problem...if it helps...

Well i actually solved MY problem (which was something quite stupid). To explain it, to those who might get the same problem: Inside `document.addEventListener("facetrackingEvent", function( event ) {` i was...

also Alpine `3.11`: ``` php PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/lib/php7/modules/curl (Error loading shared library /usr/lib/php7/modules/curl: No such file or directory), /usr/lib/php7/modules/curl.so (Error relocating...

@turisap decrementing version does not seem to be enough. I am now running on `react` and `react-dom` `@16.14.0` and still getting: ``` Error: Invalid hook call. Hooks can only be...

@ohlr Sorry for not following up here, but I made that working using an older React versions like @turisap was suggesting, but using [`npm-force-resolution`](https://www.npmjs.com/package/npm-force-resolutions). FYI, in `package.json`: ```json "dependencies": {...

many needs this feature...and Saleor's marketing pages mention this as a feature. Is this a simple marketing lie @maarcingebala ?

Find the package.json of the app I'm building ATM: https://github.com/aeternity/beer-aepp/blob/master/package.json I imagined `BN.s` came from there, but the "problem" it's that none of my included components (aeHeader and aeButton) actually...

It's a pull request https://github.com/angular/angular.js/pull/4623