gluestack

gluestack Logogluestack

NEW UPDATE BROKEN ON WEB

manssorr posted this in #support
Open in Discord
Avatar
manssorrOP
I'm using universal expo + next setup.

And after update both expo and gluestack it ended up with alot of issues in next. and broke alot of tailwind on mobile and some components behaviour.


for next:
 GET / 500 in 9282ms
 ⨯ ../../node_modules/@gluestack-ui/button/lib/Button.jsx
Module parse failed: Unexpected token (32:12)
|         isFocusVisibleProp,
|     ]);
>     return (<ButtonContext.Provider value={contextValue}>
|           <StyledButton ref={ref} role={props?.role || 'button'} states={{
|             hover: isHoveredProp || isHovered,

Import trace for requested module:
../../node_modules/@gluestack-ui/button/lib/Button.jsx
../../node_modules/@gluestack-ui/button/lib/index.jsx
../../packages/components/gluestack/button/index.tsx
../../packages/components/ui/language-selector/index.tsx
../../packages/features/auth/screens/splash-screen/index.tsx
./app/page.jsx
 ⨯ ../../node_modules/@gluestack-ui/icon/lib/createIcon/index.web.jsx
Module parse failed: Unexpected token (20:23)
|         let children = path;
|         if (d && (!path || Object.keys(path).length === 0)) {
>             children = <path fill="currentColor" d={d}/>;
|         }
|         const finalProps = {
Image
Image

1 Reply