Lets say that the post belongs to a user: BelongsTo::make('User')->showCreateRelationButton();
If that User resource is using this package (The image cropper) when you go to the Post resource and click the + button (To create a new User for the post) it doesn't show anything and flickers.
Lets say that the post belongs to a user: BelongsTo::make('User')->showCreateRelationButton();
If that User resource is using this package (The image cropper) when you go to the Post resource and click the + button (To create a new User for the post) it doesn't show anything and flickers.