Justin
Justin
Was having the same issue, but in my case this ended up being related the https://www.draft-js-plugins.com/plugin/focus and how I was setting focus. The focus plugin wants you to wrap the...
Agreed. Running into the same issue.
Figured out the first part. Was just a little fuzzy on the needed structure. I imported `import { Collection } from '@metaplex-foundation/mpl-token-metadata';` and saw the structure from the types. ```...
just adding my 2 cents that this is extreamly annoying for typescript users. We're moving our codebase to ts and we really enjoyed the auto control finding when using `prop-types`...
Yeah agreed, I've thought of doing a similar thing, but running it over a whole folder structure would be far better.
@Poincare Just a small bump for some thoughts on this when you get a quick min. Thanks so much! 👍
@Poincare All good! Really appreciate the work on this. Haven't tested myself without files that don't have gql tags, only got it to work with a single file.
Yeah i've ran into this exact situation. I don't know if anyone has built an on chain program to handle this but would be dope. To start I'm probably going...
I'm probably going use it in a docker container, could you give some more insight on whats going on? what error your getting?
Currently working through this problem myself. I can move the image and it snaps back into proper place in the middle. I believe it has to do with it calculating...