Andy Wilson
Andy Wilson
I have just booted up a new project and im getting the same results with only the algolia lib installed and nothing else. I'm assuming its a config issue with...
It is doing this for me too and i have ```{ "name": "brighton-site", "version": "0.1.0", "private": true, "devDependencies": { "babel-register": "^6.26.0", "eslint": "^4.19.1", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jsx": "^0.0.2", "eslint-plugin-react": "^7.9.1" },...
@alexeyMohnatkin did you find a way to fix this?
I have found today using NextJs latest within a 'use client' component you can use the fragment around your children and it removes this error from the console.
@TerrellLinnell what would be your proposed api for something like this as currently using an array for a prop is a media query. I feel like `"rounded, clickable"` would work...
@TerrellLinnell I was thinking about this and I think rather than delimit by `,` but use `&&` instead so it follows js conventions a bit more. so it would be...
Yeah that makes sense as we can just regex for && with or without spaces.
@TerrellLinnell one question how would it handle multiple variants would the second variant overwrite css keys for the first one if it was `this && that`
I can take a look into this today see if I can come up with a valid solution that will work well. On Tue, 22 Dec 2020, 20:01 Daniel Saewitz,...
Check out this on my component. https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/components/src/atoms/button/styled.ts you cannot combine them within compose is the only thing I have found