Szilard DOBAI

Results 6 comments of Szilard DOBAI

Okay, it turns out we had `"universal_login": {}` set in our `tenant.json` file and that was messing things up, even though [the docs](https://github.com/auth0/auth0-deploy-cli/blob/master/docs/excluding-from-management.md#empty) says it shouldn't. Removing that line made...

I know this is very late to the party but I opened a PR that fixes this (#39).

@indraneel-Actyv Until the PR gets merged, you could download the package from my repo by doing so in `package.json`. ``` "rc-knob": "https://github.com/szilard-dobai/rc-knob", ```

> Yes, this should work. > > Try > > import { convertLatexToAsciiMath } from "mathlive"; > instead. Unfortunately, in a NodeJS environment it doesn't work because of the missing...

I've created [this small codesandbox here](https://codesandbox.io/p/devbox/zw7pw5?file=%2Findex.ts). When importing from `mathlive/ssr`, I get this error ``` Error: Package subpath './ssr' is not defined by "exports" in /project/workspace/node_modules/mathlive/package.json at exportsNotFound (node:internal/modules/esm/resolve:303:10) at...