Replies: 1 comment 5 replies
-
Could you share minimal project setup with the issue so we can reproduce the issue locally and try to help? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the issue
I try to use StyleX in a react Typescript project using webpack to bundle all this.When I try to run my code I got this same error.
Expected behavior
Use StyleX in my code and it should be compiled when I build my app.
Steps to reproduce
package.json
tsconfig.json
webpack.config.js
code example
error in the browser
Uncaught Error: 'stylex.create' should never be called at runtime. It should be compiled away by '@stylexjs/babel-plugin'
errorForFn webpack://employee_react/./node_modules/@stylexjs/stylex/lib/stylex.js?:12
stylexCreate webpack://employee_react/./node_modules/@stylexjs/stylex/lib/stylex.js?:51
webpack://employee_react/./src/Components/Input/index.tsx?:51
tsx http://localhost:8080/employeeApp.js:1706
webpack_require http://localhost:8080/employeeApp.js:1970
fn http://localhost:8080/employeeApp.js:2177
webpack://employee_react/./src/index.tsx?:35
tsx http://localhost:8080/employeeApp.js:1728
webpack_require http://localhost:8080/employeeApp.js:1970
http://localhost:8080/employeeApp.js:3057
http://localhost:8080/employeeApp.js:3059
employeeApp.js line 19 > eval:12:28
errorForFn webpack://employee_react/./node_modules/@stylexjs/stylex/lib/stylex.js?:12
stylexCreate webpack://employee_react/./node_modules/@stylexjs/stylex/lib/stylex.js?:51
webpack://employee_react/./src/Components/Input/index.tsx?:51
tsx http://localhost:8080/employeeApp.js:1706
webpack_require http://localhost:8080/employeeApp.js:1970
fn http://localhost:8080/employeeApp.js:2177
webpack://employee_react/./src/index.tsx?:35
tsx http://localhost:8080/employeeApp.js:1728
webpack_require http://localhost:8080/employeeApp.js:1970
http://localhost:8080/employeeApp.js:3057
http://localhost:8080/employeeApp.js:3059
Test case
No response
Additional comments
No response
Beta Was this translation helpful? Give feedback.
All reactions