You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm unable to preview composables that depend on Splitties appCtx
The render exception says:
java.lang.NullPointerException: getProcessName() must not be null
at splitties.init.AppCtxKt.getProcessName(AppCtx.kt:96)
at splitties.init.AppCtxKt.internalCtxUninitialized(AppCtx.kt:29)
at splitties.init.AppCtxKt.getAppCtx(AppCtx.kt:26)
Is there a way to add support?
The text was updated successfully, but these errors were encountered:
Currently I'm unable to preview composables that depend on Splitties appCtx
The render exception says:
Is there a way to add support?
The text was updated successfully, but these errors were encountered: