Jon Sherrard
Jon Sherrard
I'm getting this same error using PHP 7.4, no issue with PHP 7.3
Another note, I ran this plugin and all the dependencies through PHP Code Sniffer to look for any upgrade issues between 7.3 and 7.4 and came up with nothing: `./bin/phpcs...
OK I've got it working: Issue 1. It's worth putting "save this server file as app.mjs" at the beginning, I saved it as server.js and it didn't work. Issue 2....
One more thing to document. Where do the styles come from? How do I get started changing them?
No worries! Also if you start from scratch and try to use some interaction code in your index file: ```jsx import React, { useState } from "react"; export default function...
@galvez I could well be doing something silly: repro here: https://github.com/devular/fastify-vite-test
@tgonzales Thanks it's just a long string :), it did make a fetch at one point, hence the await.. I can refactor it to just a straight import.
@kaumac Made some updates to the starter as I've been running appDir and pagesDir in parallel on my own project. The PR is tagged. Would love it if you could...
Also experiencing this FWIW with the Moti driver. Will try and make a repro-repo later today.
Echoing same sentiment, the above and below components are passed an index, and the value of the slider, it would be great to have those props passed into the simple...