-
Currently trying to do so now... :). Wondering if there's a reason it should be a non starter. I've walked though all the preexisting project steps (made some slight adjustments so that I could use yarn 3 instead), which got me part ways there. Then I ran No I'm running into the Normally very easy for me to debug on the client side but I'm not sure how to debug the js via the console. Here's my file structure atm. ┣ 📜manage.py ┗ 📜yarn.lock |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hi there, Thanks for the information. Is the view properly rendering server side, then failing to hydrate on the client? It's hard to tell what's happening, but I feel like it could be related to Yarn 3 and its special module loading powers. Note that based on #138, we'll actually be moving away from Yarn and back to NPM. Let me know. I don't think Django 3.2 should make a difference though. |
Beta Was this translation helpful? Give feedback.
-
@silviogutierrez Finally working on this again. Decided to just use npm. Updated both packages in pip (0.27.1) and npm (0.27.2) respectively. re-ran
When I hit my reactivated view I still see:
|
Beta Was this translation helpful? Give feedback.
-
The last and final issue I'm seeing in the console (but definitely not blocking template rendering, for now). Happy to file an issue and help debug if ya need!
|
Beta Was this translation helpful? Give feedback.
@silviogutierrez Finally working on this again.
Decided to just use npm. Updated both packages in pip (0.27.1) and npm (0.27.2) respectively.
re-ran
When I hit my reactivated view I still see: