From 516f07a36ed24bbe5617d9aad04e2f0531392727 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 14 Jan 2025 13:38:56 +1300 Subject: [PATCH] DOC Update readme to say not to use --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91f8d51..bfe6643 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # React Injector -A library for sharing and extending components between multiple compiled JS bundles. +**This library should not no be used for new projects as it is essentially unmaintaied. You should instead simply use [lib/Injector](https://github.com/silverstripe/silverstripe-admin/blob/3/client/src/lib/Injector.js) in [silverstripe/admin](https://github.com/silverstripe/silverstripe-admin) instead.** + +**This library is still used by the CMS 5 version of [silverstripe/mfa](https://github.com/silverstripe/silverstripe-mfa). This repository should be archived when CMS goes EOL.** -__CAUTION:__ This is an extremely early alpha release. Functionality is not guaranteed, and APIs may change at any time. +A library for sharing and extending components between multiple compiled JS bundles. ### Requirements