Update JsonApiClient Import in Usage Example

Created on 1 November 2023, about 1 year ago
Updated 8 November 2023, about 1 year ago

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

πŸ“Œ Task
Status

Fixed

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States brianperry

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024