Ashok

Results 5 issues of Ashok

I'm getting the following error when I try to use JSX fragments: ``` Error: ../GoogleTag.tsx(6,5): semantic error TS17016: JSX fragment is not supported when using --jsxFactory ``` ### Repro Steps...

Hi there, I have a very unique use case that I think this library could work for, but I'm unsure based on what I've read so far. Also, sorry if...

Thank you for this library! I'm so close to getting it working. I just have one issue: each content group is appearing off to the left for some reason. Here's...

Hi there, Thanks for the great library. Unfortunately I can't use it as I need to pass style props programmatically to the div that's created. Can you please accept passed...

Hi there, I'm running into the following crash. Anyone else seeing this? Do I need to check that v.getDrawingCache == null? Thanks, ``` java.lang.NullPointerException at android.graphics.Bitmap.createBitmap(Bitmap.java:523) at com.mobeta.android.dslv.SimpleFloatViewManager.onCreateFloatView(SimpleFloatViewManager.java:53) at com.mobeta.android.dslv.DragSortListView.startDrag(DragSortListView.java:2218)...