-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EJ2-68390 : Functional snippet changes in SB for React platform #6
base: master
Are you sure you want to change the base?
Conversation
@@ -25,26 +26,25 @@ public PdfViewerController(IHostingEnvironment hostingEnvironment, IMemoryCache | |||
} | |||
|
|||
[HttpPost("Load")] | |||
[Microsoft.AspNetCore.Cors.EnableCors("MyPolicy")] | |||
/* [Microsoft.AspNetCore.Cors.EnableCors("MyPolicy")]*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we comment on this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the commented tags are removed
@SaravanaPriya31 Why are there so many unwanted files added in this PR https://github.com/SyncfusionExamples/react-pdf-viewer-examples/pull/6/files, Make sure this sample should contain the necessary files and should be a simple one for the customer. |
Description
GitHub samples in react documentation are changed from class component to functional component