Tried using this in next.js as described in docs here:
But even with next-fonts in my next.config, I still get load errors:
Expected font asset of type `string | FontResource | Asset` (number is not supported on web) instead got: null
@byCedric @EvanBacon Is there an up-to-date working example of using Expo + Next.js + (Google) Font Loading?
(I'll see if I can include a minimal repro soon, but for now just following the instructions seems to trigger the error / prevent font loading)
Tried using this in next.js as described in docs here:
But even with
next-fontsin my next.config, I still get load errors:@byCedric @EvanBacon Is there an up-to-date working example of using Expo + Next.js + (Google) Font Loading?
(I'll see if I can include a minimal repro soon, but for now just following the instructions seems to trigger the error / prevent font loading)