- Issue created by @pookmish
When running `composer require drupal/pdb_react` it installs a package, but it's not this module's code. instead it shows it's a metapackage. On the main page of this package it says to use `composer require 'drupal/pdb_react-pdb_react:^2.0@beta'` which does install the module but then puts it into a pdb_react-pdb_react directory for some reason.
I'm not sure if this issue with the Drupal's package manager or this module. It is the first time I've ever encountered such a thing.
create a fresh drupal 9/10 directory using composer
run the `composer require drupal/pdb_react`
run `composer show drupal/pdb_react`
see the incorrect information.
Active
2.0
Code