Tobbe Lundberg

Results 270 comments of Tobbe Lundberg

@rushabhhere Really sorry we dropped the ball on this one 🙁 Seems like it's fallen behind a bit with the tutorial and general updates to RW itself. Are you up...

@rushabhhere Awesome! Thanks for the update 🙂

@cannikin I still believe in the general idea here, but I agree some of the changes look weird. I don't think that's because of ts-to-js though. I think we should...

I approved the deploy preview, so it can be seen here now: https://deploy-preview-60--redwood-playground-auth.netlify.app/

> I've been trying to wrap my head around if there is a way to use RW cell functionality but pull from the local `providers.js` file. I'm pretty sure there...

One reason to have them as null is to show that _something_ is supposed to show there. But maybe it would look nicer to replace it with a text instead,...

Came here to say I was seeing the same thing. Setting `devtool` to `'source-map'` made `resolve-url-loader` work, and setting `devtool` to `false` gave that error message about source maps. But...

I also just ran into this one. ``` console.log({ directoryValue: directoryValue.padStart(expected.length), ______expected: expected }) ``` gives me ``` { directoryValue: ' packages/create-redwood-rsc-app', ______expected: '/Users/tobbe/dev/redwood/redwood/packages/create-redwood-rsc-app' } ``` I was running `yarn...

I wanted to disable the rule for now. Still getting used to setting up tseslint. Is this the way to do it? (It works, but wondering if it's the recommended...

That's one version (of many!) I already tried. And I don't think it's working. Or it is, and there's more I'm not understanding 🙂 So to see that the rule...