#Weird warn/error

1 messages · Page 1 of 1 (latest)

steep sedge
#

I think this is to do with tauri but cant quite tell
somthing is printing to std out. and its not coming from tracing subscriber.
we are using react and mui in the frontend.
it seems to have somthing to do with this libary
https://www.npmjs.com/package/react-multi-carousel

2024-09-10 15:39:02.117 elefant_launcher[99806:17244581] <CATransformLayer: 0x14b1fd370> - changing property shadowOffset in transform-only layer, will have no effect
2024-09-10 15:39:02.117 elefant_launcher[99806:17244581] <CATransformLayer: 0x14b1fd370> - changing property shadowColor in transform-only layer, will have no effect
2024-09-10 15:39:02.117 elefant_launcher[99806:17244581] <CATransformLayer: 0x14b1fd370> - changing property shadowRadius in transform-only layer, will have no effect
2024-09-10 15:39:02.117 elefant_launcher[99806:17244581] <CATransformLayer: 0x14b1eb700> - changing property shadowOffset in transform-only layer, will have no effect
2024-09-10 15:39:02.117 elefant_launcher[99806:17244581] <CATransformLayer: 0x14b1eb700> - changing property shadowColor in transform-only layer, will have no effect
2024-09-10 15:39:02.117 elefant_launcher[99806:17244581] <CATransformLayer: 0x14b1eb700> - changing property shadowRadius in transform-only layer, will have no effect
RemoteLayerTreeDrawingAreaProxyMac::scheduleDisplayLink(): page has no displayID
#

theres no loggin to the frontend console either

limpid torrent
#

Is it actually causing visible issues inside the app too? Those errors come from webkit/wkwebview itself so there's not much we can do to fix that...