mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
uses latest React 18 minor versions for code-previews on Codepen (#2125)
Co-authored-by: Lorenz Kahl <lorenz.kahl@tk.de>
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
}
|
||||
|
||||
const shoelaceVersion = document.documentElement.getAttribute('data-shoelace-version');
|
||||
const reactVersion = '18.2.0';
|
||||
const reactVersion = '^18';
|
||||
const cdndir = 'cdn';
|
||||
const npmdir = 'dist';
|
||||
let flavor = getFlavor();
|
||||
|
||||
Reference in New Issue
Block a user