You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to use React support with a fully obfuscated JS file.
Actual Behaviour
The component is looked up correctly but then the render script reflects the name instead of having it be passed in from the Java side, meaning it'll get the obfuscated name.
Expected Behavior
It should be possible to use React support with a fully obfuscated JS file.
Actual Behaviour
The component is looked up correctly but then the render script reflects the name instead of having it be passed in from the Java side, meaning it'll get the obfuscated name.
https://github.com/micronaut-projects/micronaut-views/blob/5.5.x/views-react/src/main/resources/io/micronaut/views/react/react.js#L11
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
5.5.0
The text was updated successfully, but these errors were encountered: