I am getting below error in Facebook Pixel module when I am using it into Drupal 8.9
Uncaught ReferenceError: once is not defined at facebook_pixel.js?v=2:94:27
Facebook Pixel module , version: '2.0.0-rc4'
project: 'facebook_pixel'. Drupal version 8.9
Uncaught ReferenceError: once is not defined at facebook_pixel.js?v=2:94:27
Any patch for Drupal 8.9 in this module?
Thank you,
Issue fork facebook_pixel-3383188
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
keshavv commentedUse
composer require 'drupal/facebook_pixel:2.0.0-rc2'Downgrade your module to
2.0.0-rc2tag instead of2.0.0-rc4Comment #3
grevil commentedDrupal 8.9 as well as Drupal 9 reached its EOL, we simply forgot to drop support.
Comment #5
grevil commentedComment #6
grevil commentedAll green. I spoke internally with @Anybody, and he thinks the changes make sense as both D8 and D9 have reached their respective EOL a while ago.
Comment #7
grevil commentedComment #8
grevil commented