LinusCenterstrom
LinusCenterstrom
While not explicitly supported this is still doable by dynamically creating the expression. Here is an example in the form of a test using the TestClasses in this library ```cs...
> But I'd like to have such code in Framework itself and also if I want a more complex scenario like that > > ``` > http://mock/odata/ODataType?$filter=(TypeCode eq '44' and...
change the import of ReactDOMServer to be from either "react-dom/cjs/react-dom-server-legacy.browser.development" or "react-dom/cjs/react-dom-server-legacy.browser.production.min.js" instead of reactdom/server
I had a similar issue with one of my APIs when I was trying this plugin. From what I can tell it's because it doesn't allow numbers in the URL...
sure @StanislawSwierc I'm using an api with the URL https://api.eduadmin.se/v1/odata With diagnostics.enable I get the folllowing error: ```Expected "/", "?", or [A-Za-z_\-] but "1" found.``` at the v1 part of...
It's currently only a global configuration
> Thanks!! > > I see the PR checks are failing, is that new to this PR? Don't think so, looks like they are failing on all PR:s from what...
@magnusottosson If you are still looking, you could use the main branch of our fork here https://github.com/MultinetInteractive/React.NET which I made to fix it for my company's use. It is only...
@dustinsoftware Any further action needed from my side to get this and #1287 merged?
@dustinsoftware You merging this? I don't have write access to the repo