Michael Cuneo
Michael Cuneo
localStorage() has been changed to createLocalStorage()
Wow, This is a very in-depth explanation, I have added 'Learn TypeScript' into my PRD for this year, and so far I've got variables down, but the rest looks very...
I'm curious as well, but I'll check it out. It does look like there is some Load functionality, but I think it's just a replacement for Fetch. Not a Dynamic...
I am also working on this... would be good to get it finalised. I will eventually.
Hey, was just posting about the issues I'm having and read this... I need to get this working as well, I'm implementing the React-Boilerplate with Login-Flow, but using the work...
Ahh, so just throw an @material/segmentedbutton: "v6.1.1" and rm -r node_modules package-lock.json | npm i @material/segmentedbutton...
I've just got back to the office to have a play around with this, and it's not working. I tried adding @material/segmented-button: v6.1.1 to the config, and no such version...
@shadowempire123 I fixed it eventually... it seems that 6.1.1 is missing and won't install... if it is still in existence my computer is being crap and won't find it... so...
I managed to get it working by explicitly specifying a serialization ... `setSerialization(JSON.stringify, JSON.parse)`. Without this, it doesn't serialise at all, and I get bad data.
I have noticed though that my entire app breaks in this case because I rely on a lot of data checking to see if a field or object etc is...