From e430aeb64cb3f571ee769a65fa7f89a3c938f76d Mon Sep 17 00:00:00 2001 From: NithyasriThirumal Date: Thu, 20 Aug 2026 12:33:33 +0530 Subject: [PATCH] Resolved publishing issues --- chart-sdk/react/stock-charts/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chart-sdk/react/stock-charts/getting-started.md b/chart-sdk/react/stock-charts/getting-started.md index 6f0c23ec5..ad2f0e7f1 100644 --- a/chart-sdk/react/stock-charts/getting-started.md +++ b/chart-sdk/react/stock-charts/getting-started.md @@ -166,6 +166,7 @@ The following code snippet demonstrates the complete configuration required to r {% tabs %} {% highlight ts tabtitle="~/src/App.tsx" %} +{% raw %} import { StockChartComponent, StockChartSeriesCollectionDirective, StockChartSeriesDirective, Inject, DateTime, CandleSeries @@ -231,6 +232,7 @@ function App() { } export default App; +{% endraw %} {% endhighlight %} {% endtabs %}