Gianmarco
Gianmarco
### Steps to Reproduce the Problem 1. Add Instabug as a dependency to a project without adding any initialization code 3. Launch the app 4. Check the existing threads, e.g....
FilteredMParticleUser.getConsentState() returns null even though the interface function has @NonNull
Hello! I'm using `ConsentState.withConsentState(user.consentState)` to create a builder to update consent in `onUserIdentified`. However, when user is `FilteredMParticleUser` this will crash because `consentState` returns null. Partial stacktrace: ``` java.lang.NullPointerException: Attempt...
**Describe the bug** When `overwriteWith` is used twice, the second call throws an exception complaining that there are duplicated serializers. However, the duplicates should've been removed by the first `overwriteWith`...
### Affected Packages pm, react, starter-kit, extension-underline ### Version(s) 2.4.0 ### Bug Description The bug is the same as https://github.com/ueberdosis/tiptap/issues/3773: > As per the typings for Content: > > ```typescript...
### Goal [AND-880](https://linear.app/stream/issue/AND-880/extract-spotless-configuration-to-the-plugins) As the title says. Note: I'm not running `spotlessApply` here to avoid bundling the migration with all the Spotless changes. I'll do it in a follow up....
### Goal As mentioned in #1566, I'm applying spotless in a separate PR ### Implementation Apply spotless ### 🎨 UI Changes None ### Testing The check now passes ### ☑️Contributor...