Pranay Joshi
Pranay Joshi
really need this... I thought it might be possible by populating the join table separately... But I can't even figure out how to populate a table with no "id" field.......
ditto... :(
I have tried this, in one of my tests: ``` Swift self.collectionView.reloadData() var origFrame = self.collectionView.frame var frame = self.collectionView.frame frame.size.height = self.collectionView.contentSize.height frame.size.width = self.collectionView.contentSize.width self.collectionView.frame = frame UIGraphicsBeginImageContext(self.collectionView.bounds.size)...
Hey, any luck getting these to work? Also, any chance you can share what you have so far? I went a different route by implementing the options in `{children}` with...
Doesn't seem to work for me, even with the downgrade to `"@react-pdf/layout": "3.11.5"`. Do we also need to downgrade the "@react-pdf/renderer" version? I'm at 3.4.4
> Doesn't seem to work for me, even with the downgrade to `"@react-pdf/layout": "3.11.5"`. > > Do we also need to downgrade the "@react-pdf/renderer" version? I'm at 3.4.4 Answering my...