John Carew
John Carew
> @johnwc Look at this doc on how to omit null values from both the server side and client side: https://devblogs.microsoft.com/odata/extension-omit-null-value-properties-in-asp-net-core-odata/. Let me know if this helps. That does not...
@ElizabethOkerio I did not see where @mikepizzo made that suggestion, can you share the link to that?
Still relevant
> I've stumbled on this problem to today. For me, the problem was the ui library had `primevue` as a normal dependency in the package.json. This resulted in two different...
@cristinafernandez1234 yes, you are seeing the same issue as we are. And you are doing the same manual process to work around it, by copying the produced css out to...
@cagataycivici any insight how to get primevue styles to work correctly from components within libraries?
@hisuwh no, the only thing I was able to do was to render all components in a test page to allow me to copy the css injected into the page....
@ArthurN instead of asking a bunch of questions about your primevue usage in each project, can you create a sample repo with it working?
>> If we manually add a DataTable component within the same page that is importing our component from our library, then the theme gets injected into the page and both...
> Hi [@ArthurN](https://github.com/ArthurN) and [@johnwc](https://github.com/johnwc), I tried the solution from Arthur and it worked for me. > > In my case it was only needed to add this in peerDependencies:...