kale1d0code
kale1d0code
I was trying to figure out why my snackbar wasn't showing (could see html being updated but css rules made the snackbar invisible) removing StrictMode makes it work as expected....
This is the same for the dialog components. It takes a few HMR updates to make a dialog window open after changing the open prop value to true when using...
I had a go with the Button and DIalog components from 14.0.2-alpha.7 and got the following error: ``` Module not found: Error: Can't resolve '@rmwc/touch-target' in '/workspaces/.../node_modules/.pnpm/@[email protected] ``` I do...
I also have a use case for this. I need to be able to assign a pen to an interactive board. the pen doesn't have a serial number and I...
I've tried creating my own create...Router from copying the code from createBrowserRouter but passing in history as a curried argument example: ``` const createHistoryRouter = (history: History) => ( routes:...
I've had a bit more of a go at this by adding the missing functions that the @remix-run/router library expects (dependency of react-router) to the history instance im passing into...
> @kale1d0code, Hope you succeed with you attempt of making React router >= 6.4 to work with redux. > > But, I ask this question to the entire Redux community...
@CarreraPHP I've created the following gist which I hope will help https://gist.github.com/kale1d0code/6fec7abec7c921d67e7d4463f155d17d
I have X-Robots-Tag set to noindex, nofollow yet I still get error messages about it not being set to noindex,nofollow might be best to remove the error message altogether as...
I ran ``` curl -IL http://localhost:8080/ ``` and found the x-robots-tag in every 302 and 303 request but the last 200 request did not have the header. This is confusing...