Michael

Results 6 comments of Michael

Was able to fix this by listening to resize changes on a wrapper div using the intersection observer (❤️ ), and then refreshing the items. ```typescript import useResizeObserver from 'use-resize-observer';...

did you find a solution or workaround for this?

I got it to work applying the following changes as mentioned here: https://stackoverflow.com/a/48292408/6443732 > For me I went into project.properties (platforms/android/project.properties) file and changed the line from cordova.system.library.1=com.google.android.gms:play-services-ads:+ into cordova.system.library.1=com.google.android.gms:play-services-ads:9.8.0.

EJSON imports are already fixed in the master branch https://github.com/mongo-express/mongo-express/pull/789 @dozoisch Do you already have a plan for when's the next release?

I was also hoping this will allow people to use NVM on more niche systems like mentioned in the referenced issue without the need of going through PRs and further...

centos is about to EOL so probably not worth pursuing this at least for the case of just centos. Users who temporarily need to support Node 18+ before migrating away...