Hi,
I am currently trying to wrap my head around ACUL and how it works. I have been following the steps outlined here Migrate from Classic Login to Universal Login with ACUL - Auth0 Docs .
The documentation implies that ACUL supports all frameworks, but the template project (I chose auth0-acul-js) generated is entirely written in react, and react seems to be required to use the UL Context Inspector. My initial understanding based on reading the docs was that running auth0 acul dev would automatically wrap the page in the context inspector, but it looks like it’s actually handled by the file DevScreenManager.tsx which was generated as part of the template, and has a react dependency.
I’m wondering if I am fundamentally misunderstanding something here about how to approach ACUL and its CLI when it comes to customising pages without writing them in react?
Any help or guidance would be appreciated, thanks!