Posts by Michel Oliveira • 53 points
4 posts
-
0
votes1
answer32
viewsQ: Pass an array to a webapi controller
I’m having trouble passing an array to a controller via Axios. Example of the WEBAPI Controller code: [HttpGet] [ActionName("openshape")] [Route("api/shape/openshape")] public…
-
0
votes1
answer102
viewsQ: Error while refreshing report Viewer C#
I’m having a problem running a report on Viewer in c#. The problem is the following I have to add a list in the data source, but it adds the first list, then no longer updates. What Can Be ? Code…
-
2
votes1
answer195
viewsA: How I can create a Component in React js to publish on NPM
Get the expected result like this: These were the necessary files.. /// Abaixo o código do .babelrc { "presets": [ "react", "env", "stage-0" ] } /// Abaixo segue o código do package.json { "name":…
-
1
votes1
answer195
viewsQ: How I can create a Component in React js to publish on NPM
I have a question, need to create a component in React js is to publish it in NPM. I managed to publish it, however it keeps giving error to transpilar from js to jsx or from jsx to js. so when I…