Closed dimaslanjaka closed 10 months ago
@dimaslanjaka what happens if you update the flowbite
package to "flowbite": "^1.6.6"
?
@dimaslanjaka what happens if you update the
flowbite
package to"flowbite": "^1.6.6"
?
same
when using
{
"flowbite": "^1.6.6",
"flowbite-react": "^0.5.0"
}
works
Hi guys,
I'm experiencing the same issue.
I'm using:
{
"flowbite": "^2.0.0",
"flowbite-react": "^0.6.4",
}
@ishigami @dimaslanjaka I have no idea what happens here, but... try to update to @beta
and check if it still happening.
This seems like it's out of scope for the project, but feel free to correct me if I'm wrong
This seems like it's out of scope for the project, but feel free to correct me if I'm wrong
how would this be outside the scope of the project? Admittedly I know very little about the implementation, but the error indicates that the selector cannot be transformed to not use the :is() selector. seems pretty clear that it's an issue with one of the component classes. I'm wondering how this doesn't affect every build? I thought maybe specifying a browserlist that requires the latest version would resolve it, but it doesn't. Is there a way to disable the postcss-is-pseudo-class plugin altogether? I don't plan to support older browsers anyway.
ahhhhhhh still not work after update
please correct my config project https://github.com/dimaslanjaka/webpack-boilerplate/tree/spring-fe
why this error still occurs when using flowbite-react@^0.6
!!!!!!
when using below version, is working.
{
"flowbite": "^2.2.1",
"flowbite-react": "^0.5.0"
}
so i just update other dependencies except flowbite-react
to get the project working https://github.com/dimaslanjaka/webpack-boilerplate/commit/9c7aedc261940ec28c81eabbd868bcc28fc9aaf3
@ishigami @dimaslanjaka I have no idea what happens here, but... try to update to
@beta
and check if it still happening.
not work
Steps to reproduce
https://github.com/dimaslanjaka/webpack-boilerplate/tree/b03ccaf
my
scss
stylesheet justCurrent behavior
Just start dev server after
yarn add flowbite-react
and got errors:Expected behavior
webpack server started when using
"flowbite-react": "^0.4.9"
but not when using"flowbite-react": "^0.6.4"
Context