Problem/Motivation
In the usage example on https://project.pages.drupalcode.org/api_client/modules/_drupal_api_clie...
import { JsonApiClient } from "@drupal-api-client/json-api-client";
Is incorrect. It is now the default import.
import JsonApiClient from "@drupal-api-client/json-api-client";
Update this in the readme (so it is included in the docs) and anywhere else that the same incorrect import may be documented.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork api_client-3398397
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 #3
brianperry