diff --git a/src/FS.FluentUI.Charts/FS.FluentUI.Charts.fsproj b/src/FS.FluentUI.Charts/FS.FluentUI.Charts.fsproj
index 4dba2b2..e3a7b4d 100644
--- a/src/FS.FluentUI.Charts/FS.FluentUI.Charts.fsproj
+++ b/src/FS.FluentUI.Charts/FS.FluentUI.Charts.fsproj
@@ -31,10 +31,11 @@
+
-
+
diff --git a/src/FS.FluentUI.TestGrounds/.config/dotnet-tools.json b/src/FS.FluentUI.TestGrounds/.config/dotnet-tools.json
index 28af286..e8d07b9 100644
--- a/src/FS.FluentUI.TestGrounds/.config/dotnet-tools.json
+++ b/src/FS.FluentUI.TestGrounds/.config/dotnet-tools.json
@@ -3,16 +3,18 @@
"isRoot": true,
"tools": {
"fable": {
- "version": "4.1.4",
+ "version": "5.0.0-rc.6",
"commands": [
"fable"
- ]
+ ],
+ "rollForward": false
},
"fantomas": {
"version": "6.1.3",
"commands": [
"fantomas"
- ]
+ ],
+ "rollForward": false
}
}
}
\ No newline at end of file
diff --git a/src/FS.FluentUI.TestGrounds/src/TestCharts.fs b/src/FS.FluentUI.TestGrounds/src/TestCharts.fs
index 325265e..3da7dd4 100644
--- a/src/FS.FluentUI.TestGrounds/src/TestCharts.fs
+++ b/src/FS.FluentUI.TestGrounds/src/TestCharts.fs
@@ -851,7 +851,7 @@ let TestChartsComponent () =
areaChart.height 300
areaChart.width 600
areaChart.legendsOverflowText "Overflow Items"
- areaChart.yAxisTickFormat (fun (s:string) -> $"${s}")
+ areaChart.yAxisTickFormat (fun (s:string) -> "$" + s)
areaChart.svgProps [ prop.ariaLabel "This is another test?!"]
areaChart.enableGradient true
areaChart.enablePerfOptimization true
diff --git a/src/FS.FluentUI.TestGrounds/src/TestGrounds.fs b/src/FS.FluentUI.TestGrounds/src/TestGrounds.fs
index 6dc4829..8c52d71 100644
--- a/src/FS.FluentUI.TestGrounds/src/TestGrounds.fs
+++ b/src/FS.FluentUI.TestGrounds/src/TestGrounds.fs
@@ -2961,7 +2961,7 @@ type ButtonItem = {
[]
let RenderButton (button: ButtonItem) (isLastItem: bool) =
- React.fragment [
+ React.Fragment [
Fui.overflowItem [
overflowItem.key (button.key |> string)
overflowItem.priority (if isLastItem then button.key else 0)
diff --git a/src/FS.FluentUI.TestGrounds/src/TestGrounds.fsproj b/src/FS.FluentUI.TestGrounds/src/TestGrounds.fsproj
index d3c846b..28c57eb 100644
--- a/src/FS.FluentUI.TestGrounds/src/TestGrounds.fsproj
+++ b/src/FS.FluentUI.TestGrounds/src/TestGrounds.fsproj
@@ -40,8 +40,10 @@
-
-
+
+
+
+
diff --git a/src/FS.FluentUI.TestGrounds/src/index.html b/src/FS.FluentUI.TestGrounds/src/index.html
index 0e0abb6..89643f9 100644
--- a/src/FS.FluentUI.TestGrounds/src/index.html
+++ b/src/FS.FluentUI.TestGrounds/src/index.html
@@ -14,7 +14,7 @@
-
-
+
+