C. L. Jones

Results 16 comments of C. L. Jones

I think it's because of this: >[esbuild-loader] ESBuildPlugin is no longer required for usage and will be removed in the next major release. Please refer to the docs and release...

@pradel -- I'm not seeing that ESBulid is being utilized at all after the changes I linked above. We utilize CRA in several extremely large production projects and after I...

Same issue here -- we didn't change anything on our end so it appears that it's a transitive dependency which is likely causing the issue.

Just a heads up @DavidArmendariz & @mpanjato, I was able to resolve this issue by upgrading the following packages to the latest version: `@mui/[email protected]` -> `@mui/[email protected]` `@mui/[email protected]` -> `@mui/[email protected]` `@mui/[email protected]`...

> doesn't work with styled-engine-sc unfortunately for me Try updating all MUI related packages. If that still doesn't work, it's likely another third-party package is pulling in an older version...

Best course of action is to just clone it locally and run from there. There are instructions in the README! Very cool tool, BTW, thanks everyone who contributed to this...

@developit, do you have a link to the PR with this fix? Thanks!

> Just a note, the current version is `0.0.70` and the last working version is `0.0.69`. (Not 0.70 and 0.69) Thanks, I've updated my post.

After debugging this a bit more I discovered that the PolicyFinder was looking for policies in the wrong location, though this was not clear until I actually stepped through the...

@nishantm9 -- I think this error is due to not entering in the appropriate name when the sample asks your name: http://xacmlinfo.org/2012/08/16/xacml-sample-for-on-line-trading-application/ --------------------------------------------- EDIT: Never mind, looks like I am...